ZSH: Fix Makefile and adjust .zimrc to new version

The new version removed fasd from modules and incorperates the
zsh-autosuggestions module as "autosuggestions". Therefore small changes
to the modules directive have been necessary.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
This commit is contained in:
2018-09-02 07:52:32 +02:00
parent afcce81573
commit 0823288a5b
2 changed files with 105 additions and 4 deletions

View File

@ -30,9 +30,12 @@ albert:
ln -s ~/.dotfiles/albert ~/.config/albert
zsh:
cd ~/.dotfiles/zsh/ && git submodule init && git submodule update
rm ~/.zim || echo
ln -s ~/.dotfiles/zsh ~/.zim
cd ~/.dotfiles
zsh zimsetup.zsh
rm ~/.zimrc
rm ~/.zimrc || echo
ln -s ~/.dotfiles/.zimrc ~/.zimrc
compton: