Skip to content

Instantly share code, notes, and snippets.

@christiaan-janssen
Created May 7, 2019 14:34
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 christiaan-janssen/f5cf2f49e500bd83e7bcbb9e65ba81b8 to your computer and use it in GitHub Desktop.
Save christiaan-janssen/f5cf2f49e500bd83e7bcbb9e65ba81b8 to your computer and use it in GitHub Desktop.
.zshrc
export ZSH="~/.oh-my-zsh"
ZSH_THEME="bureau"
COMPLETION_WAITING_DOTS="true"
plugins=(
git
docker
emacs
kitchen
knife
knife_ssh
vscode
ubuntu
terraform
taskwarrior
sudo
ssh-agent
)
source $ZSH/oh-my-zsh.sh
# User configuration
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
source /etc/profile.d/vte.sh
fi
bindkey -r "^H"
bindkey -r "^J"
bindkey -r "^K"
bindkey -r "^L"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment