install oh-my-zsh
This commit is contained in:
parent
cc13808081
commit
e2ed89ddd1
4 changed files with 28 additions and 41 deletions
|
@ -1,7 +1,19 @@
|
|||
- name: Install zsh
|
||||
- name: Install apt packages
|
||||
become: true
|
||||
apt:
|
||||
name: zsh
|
||||
pkg:
|
||||
- zsh
|
||||
- fzf
|
||||
- silversearcher-ag
|
||||
- name: Install pygments
|
||||
pip:
|
||||
name:
|
||||
- pygments
|
||||
- name: Clone oh-my-zsh
|
||||
git:
|
||||
repo: https://github.com/ohmyzsh/ohmyzsh.git
|
||||
depth: 1
|
||||
dest: ~/.oh-my-zsh
|
||||
- name: Set default shell to zsh
|
||||
become: true
|
||||
user:
|
||||
|
|
Reference in a new issue