diff options
| author | ajschofield <git@ajschof.me> | 2024-10-08 02:25:35 +0100 |
|---|---|---|
| committer | ajschofield <git@ajschof.me> | 2024-10-08 02:25:35 +0100 |
| commit | 07ea18240ec29ccf2c9284bfda60d6cf6dfa3953 (patch) | |
| tree | d04c6d2a77099993a06cc16b236bc4e6f890442a | |
| parent | 8da4227dd97813389873dbe1b3f9a1d2500b3a4f (diff) | |
| download | dotfiles-07ea18240ec29ccf2c9284bfda60d6cf6dfa3953.tar.gz dotfiles-07ea18240ec29ccf2c9284bfda60d6cf6dfa3953.zip | |
add zsh config
| -rw-r--r-- | .zshrc | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |
