mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2025-12-22 09:47:41 +00:00
Added oh-my-zsh to installer
This commit is contained in:
@@ -38,3 +38,11 @@ ln -s $dir/dropbox.py ~/bin/dropbox.py
|
||||
|
||||
git clone https://github.com/powerline/fonts.git pwfonts
|
||||
cd pwfonts && ./install.sh
|
||||
|
||||
echo "Setting up zsh"
|
||||
|
||||
OMF=~/.oh-my-zsh/oh-my-zsh.sh
|
||||
if [ ! -f $OMF ]; then
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user