From 07ea18240ec29ccf2c9284bfda60d6cf6dfa3953 Mon Sep 17 00:00:00 2001 From: ajschofield Date: Tue, 8 Oct 2024 02:25:35 +0100 Subject: add zsh config --- .zshrc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .zshrc diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..70a9688 --- /dev/null +++ b/.zshrc @@ -0,0 +1,19 @@ +eval "$(oh-my-posh init zsh --config ~/.omp_themes/tiwahu.omp.json)" +export PATH=$HOME/.local/bin:$PATH +source <(fzf --zsh) +eval $(thefuck --alias) + +# Antigen Stuff + +source $HOME/antigen.zsh + +# load plugins +antigen bundle git +antigen bundle node +antigen bundle npm +antigen bundle zsh-users/zsh-autosuggestions +antigen bundle zsh-users/zsh-syntax-highlighting +antigen bundle MichaelAquilina/zsh-you-should-use +antigen bundle fdellwing/zsh-bat + +antigen apply -- cgit v1.2.3