Skip to content

Instantly share code, notes, and snippets.

@ebertti
Last active September 2, 2016 18:06
Show Gist options
  • Save ebertti/ffb29cd5a63414db1d91c3c1371f3979 to your computer and use it in GitHub Desktop.
Save ebertti/ffb29cd5a63414db1d91c3c1371f3979 to your computer and use it in GitHub Desktop.
oh-my-zsh with custom theme and plugins
#
# 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