Add .zshrc

This commit is contained in:
Devon Tingley 2020-08-06 21:55:01 -04:00 committed by GitHub
commit 99a8900968
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

23
.zshrc Normal file
View file

@ -0,0 +1,23 @@
export ZSH="/home/digyx/.oh-my-zsh"
ZSH_THEME="robbyrussell"
plugins=(
git
z
zsh-autosuggestions
sudo
thefuck
redis-cli
kubectl
helm
golang
flutter
docker
doctl
docker-compose
cargo
ansible
)
source $ZSH/oh-my-zsh.sh