29 lines
667 B
Bash
29 lines
667 B
Bash
# export ANTIGEN_LOG=$HOME/antigen.log
|
|
# export ANTIGEN_DEBUG_LOG=$HOME/antigen.debug.log
|
|
source $HOME/.local/lib/zsh/antigen/bin/antigen.zsh
|
|
antigen use oh-my-zsh
|
|
antigen bundles <<EOBUNDLES
|
|
git
|
|
git-extras
|
|
tmux
|
|
command-not-found
|
|
debian
|
|
gpg-agent
|
|
pip
|
|
common-aliases
|
|
last-working-dir
|
|
zlsun/solarized-man
|
|
voronkovich/gitignore.plugin.zsh
|
|
MichaelAquilina/zsh-you-should-use
|
|
schtobia/zsh
|
|
$HOME/.local/lib/zsh/custom-zsh
|
|
zsh-users/zsh-autosuggestions
|
|
zsh-users/zsh-completions
|
|
zsh-users/zsh-syntax-highlighting
|
|
EOBUNDLES
|
|
antigen theme gallifrey
|
|
antigen apply
|
|
|
|
ZSH_AUTOSUGGEST_STRATEGY=match_prev_cmd
|
|
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=10'
|
|
bindkey '^ ' autosuggest-accept
|