main
Steffen Rademacker 6 years ago
parent d15129b187
commit 728cdac38a

@ -6,7 +6,6 @@ brew tap homebrew/cask-drivers
brew cask install 1password brew cask install 1password
brew cask install alfred brew cask install alfred
brew cask install bill brew cask install bill
brew cask install browserstacklocal
brew cask install carbon-copy-cloner brew cask install carbon-copy-cloner
brew cask install dash brew cask install dash
brew cask install doxie brew cask install doxie

@ -55,8 +55,7 @@ alias ta='tmux -u attach'
# all in one homebrew, gem update commands # all in one homebrew, gem update commands
alias brewup='brew update && brew upgrade && brew cu -a -f -y && brew cleanup' alias brewup='brew update && brew upgrade && brew cu -a -f -y && brew cleanup'
alias npmup='ncu -g && npm -g outdated && npm -g update' alias upall='brewup && ncu -g'
alias upall='brewup && npmup'
# other often used stuff, mostly node/npm # other often used stuff, mostly node/npm
alias nr='npm run' alias nr='npm run'

@ -1 +1 @@
Subproject commit 809443f5c5232c89536e7d7a585f7e3976d43475 Subproject commit 972ad197c13d25f9b54a1c49405dc218a78781d6
Loading…
Cancel
Save