mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2025-01-05 15:49:20 +00:00
13 lines
452 B
Text
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"
|