Upall and updates to lnags

main
Steffen Rademacker 1 year ago
parent b46f7cfe06
commit b559370e2d

@ -2,8 +2,8 @@
# ruby
brew install rbenv # restart terminal, then:
rbenv install 3.1.2
rbenv global 3.1.2
rbenv install 3.1.3
rbenv global 3.1.3
# node
curl -L https://git.io/n-install | bash
@ -17,6 +17,6 @@ npm update -g
# first: find out the current python3 version in homebrew
# then install this version with pyenv and link it
brew install pyenv # restart terminal, then:
pyenv install 3.11.0
pyenv global 3.11.0
pyenv install 3.11.1
pyenv global 3.11.1
pip install --upgrade pip

@ -22,7 +22,7 @@ alias sudo='sudo '
alias t='tmux -u -2'
alias ta='tmux -u attach'
alias to='tiptop --net en0'
alias upall='n lts && topgrade && npm-check -gu && vimup && brew cleanup'
alias upall='n lts && topgrade --disable node system && npm-check -gu && vimup && brew cleanup'
alias v=$EDITOR
alias vd='$EDITOR -d'
alias vdiff='$EDITOR -d'

Loading…
Cancel
Save