git as a sync service

This commit is contained in:
Geoffrey Frogeye 2019-04-22 20:45:47 +02:00
parent a697901848
commit 4e8e220c43

View file

@ -15,7 +15,8 @@ ADOTDIR=~/.cache/antigen
mkdir -p $ADOTDIR
typeset -a ANTIGEN_CHECK_FILES=(~/.config/shell/zshrc)
source ~/.local/share/zsh/antigen.zsh # Don't work with trysource, why?
[ -f ~/.local/share/zsh/antigen.zsh ] || curl -L git.io/antigen > ~/.local/share/zsh/antigen.zsh
source ~/.local/share/zsh/antigen.zsh
# This is better to have them installed as system since we can use them as root
# pacman -S zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting zsh-completions --needed