Skip to content

Commit

Permalink
inc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcreasy committed Dec 20, 2023
1 parent de2641e commit 6363553
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/zsh/files/shell/test.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export TEST_VALUE_ZSH="set"
10 changes: 10 additions & 0 deletions roles/zsh/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
- git
- docker

- name: Install custom shell files
ansible.builtin.copy:
src: "{{ item }}"
dest: "{{ ansible_env.HOME }}/{{ (item | basename ) }}"
owner: "{{ personal_username_primary }}"
group: staff
mode: "0600"
with_fileglob:
- shell/*.zsh

- name: Install powerlevel10k omz theme
ansible.builtin.import_role:
name: diodonfrost.p10k
Expand Down

0 comments on commit 6363553

Please sign in to comment.