mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
add arch update
This commit is contained in:
@ -13,3 +13,8 @@ mac-update() {
|
|||||||
brew update && brew upgrade && brew cleanup &&
|
brew update && brew upgrade && brew cleanup &&
|
||||||
rustup update && rustup self update
|
rustup update && rustup self update
|
||||||
}
|
}
|
||||||
|
|
||||||
|
arch-update() {
|
||||||
|
yay --noconfirm &&
|
||||||
|
rustup update && rustup self update && vim-update
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user