mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
Revised update aliases and turned off yay devel
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
e8c351007b
commit
da5a8b7e8d
@ -26,7 +26,7 @@
|
||||
"completionrefreshtime": 7,
|
||||
"sudoloop": false,
|
||||
"timeupdate": false,
|
||||
"devel": true,
|
||||
"devel": false,
|
||||
"cleanAfter": false,
|
||||
"gitclone": true,
|
||||
"provides": true,
|
||||
|
@ -123,9 +123,8 @@ passync() { pass git pull && pass git push && updatesecrets }
|
||||
|
||||
# update stuff
|
||||
plugupdate() { vim +PlugUpgrade +PlugUpdate +CocUpdate +qa && zplugin update && $HOME/.tmux/plugins/tpm/bin/update_plugins all }
|
||||
dotupdate() {dotgit submodule update && dotsync }
|
||||
update() { yay -Syu firefox-nightly; flatpak update }
|
||||
updateall() { update; plugupdate; dotupdate; passync; sudo awman-update }
|
||||
update() { yay -Syu --devel firefox-nightly }
|
||||
updateall() { update; plugupdate; sudo awman-update }
|
||||
|
||||
# remove unneeded packages
|
||||
autoremove() { sudo pacman -R $(pacman -Qdtq) }
|
||||
|
Loading…
Reference in New Issue
Block a user