aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
blob: 70a968801ffc6b8a1ade9cbfb46e3470225d90eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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