zsh: do the same as for bash (remove symlinks)
This commit is contained in:
parent
238bddadf3
commit
a6b8df2a84
1 changed files with 8 additions and 12 deletions
20
configs.yml
20
configs.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue