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:
5
Makefile
5
Makefile
@ -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:
|
||||
|
Reference in New Issue
Block a user