Skip to content

Commit

Permalink
adding more oh-my-zsh plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Patryk Małek committed Jul 19, 2016
1 parent e30d08a commit 4d9eccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion afterinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ cd /tmp && wget --no-check-certificate https://raw.github.com/robbyrussell/oh-my
cd ~
chsh -s /bin/zsh
sed -i 's@robbyrussell@af-magic@' ~/.zshrc
sed -i 's@plugins=(git)@plugins=(git git-extras virtualenv node npm copyfile copydir sudo encode64 mvn nyan pip golang)@' ~/.zshrc
sed -i 's@plugins=(git)@plugins=(git git-extras virtualenv copydir copyfile cp command-not-found debian encode64 mvn pip sudo jira zsh-syntax-highlighting emoji docker docker-compose go ubuntu heroku tmux history httpie rsync dircycle)@' ~/.zshrc
sed -i "s@\(export\ PATH=\"\)\(.*\)@\1/home/$(whoami)/bin:~/\.local/bin:\2@" ~/.zshrc
# oh-my-zsh fix for afmagic theme
sed -i -r "s@PROMPT=(.*virtualenv_)@RPROMPT=\1@" ~/.oh-my-zsh/themes/af-magic.zsh-theme
Expand Down

0 comments on commit 4d9eccb

Please sign in to comment.