.dotfiles/.zshrc

18 lines
240 B
Bash
Raw Normal View History

2022-12-13 06:33:15 +01:00
autoload antigen
source ~/.aliases
source ~/.dotfiles/antigen/antigen.zsh
antigen use oh-my-zsh
# antigen bundle nojhan/liquidprompt
antigen theme ys
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle git
antigen apply