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

@@ -1,30 +1,6 @@
# - name: Build aur packages
# register: buildaur
# become_user: "{{ build_user.name }}"
# command: "aurutils-sync --no-view {{ item }}"
# args:
# creates: "/var/cache/pacman/custom/{{ item }}-*.pkg.tar.*"
# loop:
# - foo
# - name: Update cache
# when: buildaur.changed
# pacman:
# name: []
# state: present
# update_cache: true
- name: Install packages
package:
name:
- nvm
- yarn
state: present
#
# - name: Enable services
# systemd:
# enabled: yes
# name: "{{ item }}"
# daemon_reload: yes
# loop:
# - foo.service