Update zimrc. Feels weird. So much changed, my config seems to be broken

This commit is contained in:
2021-02-09 01:33:59 +01:00
parent 909df8e8d6
commit 11ce631616
8 changed files with 266 additions and 138 deletions

View File

@ -32,14 +32,12 @@ xcompose:
albert:
ln -s ~/.dotfiles/albert ~/.config/albert
zsh: dep
cd ~/.dotfiles/zsh/ && git submodule init && git submodule update --recursive
rm ~/.zim || echo
ln -s ~/.dotfiles/zsh ~/.zim
zsh:
rm -rf ~/.zim || true
cd ~/.dotfiles
zsh zimsetup.zsh
rm ~/.zimrc || echo
rm ~/.zshrc || echo
curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh
rm ~/.zimrc || true
rm ~/.zshrc || true
ln -s ~/.dotfiles/.zimrc ~/.zimrc
ln -s ~/.dotfiles/.zshrc ~/.zshrc