Last active
September 2, 2016 18:06
-
-
Save ebertti/ffb29cd5a63414db1d91c3c1371f3979 to your computer and use it in GitHub Desktop.
oh-my-zsh with custom theme and plugins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# to run replate _URL_ for the url on RAW button | |
# sh -c "$(curl -fsSL _URL_)" | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
sed -i -- 's/robbyrussell/juanghurtado/g' ~/.zshrc | |
sed -i -- 's/(git)/(git python pyenv pip)/g' ~/.zshrc | |
curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash | |
echo 'export PATH="/home/garapaseguros/.pyenv/bin:$PATH' >> ~/.zshrc | |
echo 'eval "$(pyenv init -)"' >> ~/.zshrc | |
echo 'eval "$(pyenv virtualenv-init -)"' >> ~/.zshrc | |
mkdir -p ~/tmp | |
echo 'export TMPDIR=~/tmp' >> ~/.zshrc | |
source ~/.zshrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment