1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00
dotfiles/.config/kitty/up.session

14 lines
454 B
Text
Raw Normal View History

2022-03-20 04:22:56 +00:00
layout vertical
2022-03-21 21:50:41 +00:00
launch fish -C "rpm-ostree upgrade && read -s -n 1 -P 'Press any key to exit' -l tmp_var && exit"
2022-03-20 04:22:56 +00:00
2022-03-21 21:50:41 +00:00
launch fish -C "flatpak update -y && flatpak remove --delete-data --unused && read -s -n 1 -P 'Press any key to exit' -l tmp_var && exit"
2022-03-20 04:22:56 +00:00
launch fish -c "nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'"
launch fish -c "cargo install-update -a"
launch fish -c "pipx upgrade-all"
launch fish -c "npm update -g"