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
2022-04-19 04:53:22 +02:00

13 lines
452 B
Text

layout vertical
launch fish -C "rpm-ostree upgrade; read -s -n 1 -P 'Press any key to exit' > /dev/null && exit"
launch fish -C "flatpak update -y && flatpak remove --delete-data --unused; read -s -n 1 -P 'Press any key to exit' > /dev/null && exit"
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"