Added Atom config

This commit is contained in:
2020-07-02 14:51:26 +02:00
parent 00788d06be
commit 1d999595d1
3 changed files with 36 additions and 0 deletions

View File

@ -238,6 +238,10 @@ find $MAC_NATIVEFIERTMP -depth 2 -name "*.app" -exec cp -rf {} /Applications \;
rm -rf $MAC_NATIVEFIERTMP
echo ">>> Setting up Atom"
apm install --packages-file ~/.atom/pkg.list
## Set zsh from brew as default shell
echo ">>> Setting /usr/local/bin/zsh as default shell for $USER"
sudo chsh -s /usr/local/bin/zsh $USER