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 }}"
|
||||
with_items: "{{ me }}"
|
||||
|
||||
# - name: Install tmuxinator
|
||||
# gem:
|
||||
# name: tmuxinator
|
||||
# state: latest
|
||||
- name: Install tmuxinator
|
||||
gem:
|
||||
name: tmuxinator
|
||||
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/
|
||||
copy:
|
||||
|
Loading…
Reference in New Issue
Block a user