2022-12-13 06:33:15 +01:00
|
|
|
autoload antigen
|
|
|
|
|
|
|
|
source ~/.aliases
|
|
|
|
|
|
|
|
source ~/.dotfiles/antigen/antigen.zsh
|
|
|
|
|
2023-03-01 14:08:03 +01:00
|
|
|
source ~/.loadenv.sh
|
|
|
|
|
2022-12-13 06:33:15 +01:00
|
|
|
antigen use oh-my-zsh
|
|
|
|
|
2023-03-01 14:08:03 +01:00
|
|
|
antigen bundle nerdfonts
|
|
|
|
|
2023-07-16 15:16:14 +02:00
|
|
|
# antigen theme ys
|
2022-12-13 06:33:15 +01:00
|
|
|
|
|
|
|
antigen bundle zsh-users/zsh-syntax-highlighting
|
|
|
|
|
2023-07-06 15:21:23 +02:00
|
|
|
antigen bundle zsh-users/zsh-completions
|
|
|
|
|
2022-12-13 06:33:15 +01:00
|
|
|
antigen bundle git
|
|
|
|
|
|
|
|
antigen apply
|
2023-03-01 14:08:03 +01:00
|
|
|
|
2023-07-16 15:16:14 +02:00
|
|
|
source <(/home/sortion/.cargo/bin/starship init zsh --print-full-init)
|
|
|
|
|
2023-07-02 15:53:35 +02:00
|
|
|
if [[ -x /usr/bin/fortune ]]; then
|
|
|
|
fortune
|
|
|
|
fi
|