Skip to content

Commit

Permalink
ansible(role): remove oh-my-zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
geloman committed Dec 10, 2024
1 parent 593920d commit 4351eae
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ansible/roles/zsh/tasks/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@
state: link
become_user: geloman

- name: Clone oh-my-zsh
ansible.builtin.git:
repo: "https://github.com/ohmyzsh/ohmyzsh.git"
dest: "~/.oh-my-zsh"
clone: true
depth: 1
become_user: geloman

- name: Set ZSH as default shell
ansible.builtin.user:
name: geloman
Expand Down

0 comments on commit 4351eae

Please sign in to comment.