.dotfiles/.zshrc

30 lines
459 B
Bash
Raw Normal View History

2022-12-13 06:33:15 +01:00
autoload antigen
source ~/.aliases
source ~/.loadenv.sh
2023-07-16 15:27:19 +02:00
source ~/.dotfiles/antigen/antigen.zsh
2022-12-13 06:33:15 +01:00
antigen use oh-my-zsh
antigen bundle nerdfonts
2023-07-16 15:16:14 +02:00
# antigen theme ys
2022-12-13 06:33:15 +01:00
2023-07-16 15:27:19 +02:00
antigen bundle nojhan/liquidprompt
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-07-16 15:27:19 +02:00
# source <(/home/sortion/.cargo/bin/starship init zsh --print-full-init)
2023-07-16 15:16:14 +02:00
2023-07-02 15:53:35 +02:00
if [[ -x /usr/bin/fortune ]]; then
fortune
fi