Skip to content

Instantly share code, notes, and snippets.

@p1nox
Last active February 9, 2022 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save p1nox/acb45ce31ebc92cfc21c6b65d8038444 to your computer and use it in GitHub Desktop.
Save p1nox/acb45ce31ebc92cfc21c6b65d8038444 to your computer and use it in GitHub Desktop.
oh my zsh
open ~/.zshrc

https://github.com/ddollar/heroku-accounts

themes

avit
gnzh

plugins

plugins=(git brew npm sublime vscode macos python pip docker fzf)

https://github.com/robbyrussell/oh-my-zsh/wiki/Themes#avit

https://github.com/robbyrussell/oh-my-zsh/wiki/External-themes#xxf

https://github.com/mbadolato/iTerm2-Color-Schemes#batman https://github.com/mbadolato/iTerm2-Color-Schemes#seashells https://github.com/mbadolato/iTerm2-Color-Schemes#mathias https://github.com/mbadolato/iTerm2-Color-Schemes#neutron https://github.com/mbadolato/iTerm2-Color-Schemes#darkside

Custom

# Customize to your needs...

export USER=unix-user # or system_pref/sharing

export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"

export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH

source ~/.nvm/nvm.sh

export PATH=${PATH}:/Users/p1nox/android/sdk/platform-tools:/Users/p1nox/android/sdk/tools

# added by Miniconda2 4.1.11 installer
export PATH="/Users/raulpino/miniconda2/bin:$PATH"

# aws
source /usr/local/share/zsh/site-functions/_aws

# init oh-my-zsh
source $ZSH/oh-my-zsh.sh

# restart audio
alias restart_audio=sudo killall coreaudiod

# Add Visual Studio Code (code)
export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"

Ubuntu

sudo apt install zsh
# vim .bashrc
# exec zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment