aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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