mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(fish): change update function
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
function update --description "Updating Homebrew, Ruby, Python, Node.js, Neovim, and MacOS"
|
function update --description "Updating Homebrew, Ruby, Python, Node.js, Neovim, and MacOS"
|
||||||
sudo -v
|
sudo -v
|
||||||
fisher update
|
|
||||||
~/.tmux/plugins/tpm/bin/update_plugins all
|
|
||||||
gh extension upgrade --all
|
|
||||||
nvim --headless "+Lazy! sync" +qa
|
nvim --headless "+Lazy! sync" +qa
|
||||||
brew update && brew outdated && brew upgrade && brew cleanup
|
brew update && brew outdated && brew upgrade && brew cleanup
|
||||||
sudo gem update --system && sudo gem update && gem cleanup all
|
sudo gem update --system && sudo gem update && gem cleanup all
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip list -o --format columns | cut -d' ' -f1 | xargs -n1 pip install -U
|
pip list -o --format columns | cut -d' ' -f1 | xargs -n1 pip install -U
|
||||||
pnpm update -g
|
pnpm update -g
|
||||||
sudo softwareupdate -i -a
|
~/.tmux/plugins/tpm/bin/update_plugins all
|
||||||
|
gh extension upgrade --all
|
||||||
|
fisher update
|
||||||
|
# sudo softwareupdate -i -a
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user