Integrate nvm with zsh.

This commit is contained in:
Tom Alexander
2023-05-29 19:32:17 -04:00
parent e04c4e0d4d
commit 48bc37f450
3 changed files with 10 additions and 24 deletions

View File

@@ -0,0 +1,9 @@
- name: Configure zshrc additional imports
copy:
src: "files/zshrc_{{ item }}"
dest: "{{ account_homedir.stdout }}/.config/ansible_deploy/zshrc/{{ item }}.zsh"
mode: 0600
owner: "{{ account_name.stdout }}"
group: "{{ group_name.stdout }}"
loop:
- nvm