zsh: do the same as for bash (remove symlinks)

This commit is contained in:
flyingscorpio@arch-desktop 2021-10-05 23:14:57 +02:00
parent 238bddadf3
commit a6b8df2a84

View file

@ -461,18 +461,14 @@ zsh:
- zsh-autosuggestions
- zsh-syntax-highlighting
- zsh-theme-powerlevel10k
- symlink:
- dotfiles/zsh/zshrc
- ~/.zshrc
- symlink:
- dotfiles/zsh/zshenv
- ~/.zshenv
- symlink:
- dotfiles/zsh/zprofile
- ~/.zprofile
- symlink:
- dotfiles/zsh/p10k.zsh
- ~/.p10k.zsh
- run:
- content='. "$HOME"/setup-cockpit/dotfiles/zsh/zshrc'; grep "$content" "$HOME"/.zshrc >/dev/null 2>&1 || echo "$content" >> "$HOME"/.zshrc
- run:
- content='. "$HOME"/setup-cockpit/dotfiles/zsh/zshenv'; grep "$content" "$HOME"/.zshenv >/dev/null 2>&1 || echo "$content" >> "$HOME"/.zshenv
- run:
- content='. "$HOME"/setup-cockpit/dotfiles/zsh/zprofile'; grep "$content" "$HOME"/.zprofile >/dev/null 2>&1 || echo "$content" >> "$HOME"/.zprofile
- run:
- content='. "$HOME"/setup-cockpit/dotfiles/zsh/p10k.zsh'; grep "$content" "$HOME"/.p10k.zsh >/dev/null 2>&1 || echo "$content" >> "$HOME"/.p10k.zsh
- clone:
url: https://github.com/softmoth/zsh-vim-mode.git
dest: ~/.git_clones/zsh-vim-mode