install oh-my-zsh

This commit is contained in:
Pim Kunis 2022-12-28 10:28:37 +01:00
parent cc13808081
commit e2ed89ddd1
4 changed files with 28 additions and 41 deletions

View file

@ -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: