.dotfiles/.zshrc

50 lines
975 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-24 09:58:16 +02:00
antigen theme ys
2022-12-13 06:33:15 +01:00
antigen bundle chucknorris
antigen bundle rand-quote
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
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle colored-man-pages
2022-12-13 06:33:15 +01:00
antigen bundle git
2023-07-24 09:58:16 +02:00
antigen bundle nojhan/liquidprompt
2022-12-13 06:33:15 +01:00
antigen apply
2023-07-24 09:58:16 +02:00
source ~/.antigen/bundles/nojhan/liquidprompt/liquidprompt
# source ~/.antigen/bundles/nojhan/liquidprompt/themes/powerline/powerline.theme && lp_theme powerline
2023-07-19 17:47:28 +02:00
2023-07-24 09:58:16 +02:00
source ~/.antigen/bundles/nojhan/lp-dotmatrix/presets/variant-chevron.conf
2023-07-19 17:47:28 +02:00
2023-07-24 09:58:16 +02:00
source ~/.antigen/bundles/nojhan/lp-dotmatrix/dotmatrix.theme && lp_theme dotmatrix
2023-07-19 17:47:28 +02:00
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-24 09:58:16 +02:00
export DOTMATRIX_SPACED=1
# if [ "$TMUX" = "" ]; then tmux; fi
if type fortune > /dev/null; then
fortune
2023-07-02 15:53:35 +02:00
fi