aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorajschofield <git@ajschof.me>2024-10-08 02:25:35 +0100
committerajschofield <git@ajschof.me>2024-10-08 02:25:35 +0100
commit07ea18240ec29ccf2c9284bfda60d6cf6dfa3953 (patch)
treed04c6d2a77099993a06cc16b236bc4e6f890442a /.zshrc
parent8da4227dd97813389873dbe1b3f9a1d2500b3a4f (diff)
downloaddotfiles-07ea18240ec29ccf2c9284bfda60d6cf6dfa3953.tar.gz
dotfiles-07ea18240ec29ccf2c9284bfda60d6cf6dfa3953.zip
add zsh config
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc19
1 files changed, 19 insertions, 0 deletions
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
git.ajschof.me — hosted by ajschofield — powered by cgit