no chef (for now)
This commit is contained in:
parent
c10f6c2843
commit
4fe1ccf536
@ -1,14 +1,19 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# system setup
|
# system setup
|
||||||
sudo chef-client
|
# sudo chef-client
|
||||||
|
|
||||||
|
# homesick
|
||||||
|
homesick pull
|
||||||
|
homesick symlink
|
||||||
|
|
||||||
|
# mackup
|
||||||
|
mackup restore
|
||||||
|
|
||||||
# upgrade homebrew
|
# upgrade homebrew
|
||||||
brew upgrade --all
|
brew bundle --global
|
||||||
|
brew upgrade
|
||||||
brew cleanup
|
brew cleanup
|
||||||
|
|
||||||
# update all repositories
|
# update all repositories
|
||||||
mr -j 5 update
|
mr -j 5 update
|
||||||
|
|
||||||
# updates from the app store
|
|
||||||
mas upgrade
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user