keep my atom install up to date
This commit is contained in:
parent
67192202c2
commit
fe2119f292
@ -6,5 +6,9 @@ sudo chef-client
|
|||||||
brew upgrade --all
|
brew upgrade --all
|
||||||
for i in $(brew cask list); do brew cask install $i; done
|
for i in $(brew cask list); do brew cask install $i; done
|
||||||
brew cleanup
|
brew cleanup
|
||||||
|
# atom updates
|
||||||
|
apm stars --install
|
||||||
|
apm upgrade --no-confirm
|
||||||
|
|
||||||
# updates from the app store
|
# updates from the app store
|
||||||
softwareupdate -i -a
|
softwareupdate -i -a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user