mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
added installation of node.js
This commit is contained in:
@@ -48,6 +48,11 @@
|
||||
pacman:
|
||||
name: network-manager-applet
|
||||
state: present
|
||||
- name: Install Node.js
|
||||
become: true
|
||||
pacman:
|
||||
name: nodejs
|
||||
state: present
|
||||
- name: Setup i3 Window Manager
|
||||
synchronize:
|
||||
src: i3
|
||||
|
||||
Reference in New Issue
Block a user