Skip to content

Instantly share code, notes, and snippets.

@guilhermebkel
Last active June 29, 2020 22:24
Show Gist options
  • Save guilhermebkel/7c60e0a00d6797ff915d3caade0e114a to your computer and use it in GitHub Desktop.
Save guilhermebkel/7c60e0a00d6797ff915d3caade0e114a to your computer and use it in GitHub Desktop.
Oh My Zsh Terminal
# Source Base Path
export ZSH="/home/guilhermebkel/.oh-my-zsh"
# Theme
ZSH_THEME="robbyrussell"
# Plugins
plugins=(
git
nvm
golang
)
# Source
source $ZSH/oh-my-zsh.sh
# Tab config
[[ -f ~/.config/tabtab/__tabtab.zsh ]] && . ~/.config/tabtab/__tabtab.zsh || true
apt install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
nano ~/.zshrc
. ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment