Add zshrc.local to add gem install into the path
This commit is contained in:
parent
e496e5f1f9
commit
325222b56a
1
files/zshrc.local
Normal file
1
files/zshrc.local
Normal file
@ -0,0 +1 @@
|
|||||||
|
PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin"
|
@ -21,10 +21,17 @@
|
|||||||
owner: "{{ item.username }}"
|
owner: "{{ item.username }}"
|
||||||
with_items: "{{ me }}"
|
with_items: "{{ me }}"
|
||||||
|
|
||||||
# - name: Install tmuxinator
|
- name: Install tmuxinator
|
||||||
# gem:
|
gem:
|
||||||
# name: tmuxinator
|
name: tmuxinator
|
||||||
# state: latest
|
state: latest
|
||||||
|
|
||||||
|
- name: Copy local zshrc
|
||||||
|
template:
|
||||||
|
src: files/zshrc.local
|
||||||
|
dest: /home/{{ item.username }}/.zshrc.local
|
||||||
|
owner: "{{ item.username }}"
|
||||||
|
with_items: "{{ me }}"
|
||||||
|
|
||||||
- name: Copy .vim/
|
- name: Copy .vim/
|
||||||
copy:
|
copy:
|
||||||
|
Loading…
Reference in New Issue
Block a user