mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 06:08:35 +01:00
fix chsh
This commit is contained in:
parent
41b4d9f30a
commit
75110a695c
@ -224,6 +224,9 @@
|
|||||||
- zsh-syntax-highlighting
|
- zsh-syntax-highlighting
|
||||||
become: True
|
become: True
|
||||||
- shell: creates=~/.oh-my-zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" ; mv .zshrc .zshrc.old
|
- shell: creates=~/.oh-my-zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" ; mv .zshrc .zshrc.old
|
||||||
|
ignore_errors: True
|
||||||
|
- debug:
|
||||||
|
msg: "Do not forget to 'chsh /usr/bin/zsh'"
|
||||||
- shell: creates=~/.zshrc stow zsh
|
- shell: creates=~/.zshrc stow zsh
|
||||||
- file: src=~/.zsh/pure/pure.zsh dest=~/.zfunctions/prompt_pure_setup state=link
|
- file: src=~/.zsh/pure/pure.zsh dest=~/.zfunctions/prompt_pure_setup state=link
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
Loading…
Reference in New Issue
Block a user