[GIT] dotfiles: don't use a submodule any more (fixes #10)
This commit is contained in:
parent
44558263b0
commit
6750f1c370
8 changed files with 510 additions and 10 deletions
|
@ -42,16 +42,14 @@
|
|||
src: "{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
with_items:
|
||||
- { src: "{{ role_path }}/files/dotfiles/_gitignore_global", dest: ".gitignore_global" }
|
||||
- { src: "{{ role_path }}/files/dotfiles/_tmux.conf", dest: ".tmux.conf" }
|
||||
- { src: "{{ role_path }}/files/dotfiles/_vimrc", dest: ".vimrc" }
|
||||
- { src: "{{ role_path }}/files/dotfiles/_oh-my-zsh/custom/themes/agnoster.zsh-theme", dest: ".oh-my-zsh/custom/themes/agnoster.zsh-theme" }
|
||||
- { src: "{{ role_path }}/files/dotfiles/_oh-my-zsh/custom/themes/jtbx.zsh-theme", dest: ".oh-my-zsh/custom/themes/jtbx.zsh-theme" }
|
||||
- { src: "{{ role_path }}/files/_gitignore_global", dest: ".gitignore_global" }
|
||||
- { src: "{{ role_path }}/files/_tmux.conf", dest: ".tmux.conf" }
|
||||
- { src: "{{ role_path }}/files/_vimrc", dest: ".vimrc" }
|
||||
- { src: "{{ role_path }}/files/_oh-my-zsh/jtbx.zsh-theme", dest: ".oh-my-zsh/custom/themes/jtbx.zsh-theme" }
|
||||
- name: usersettings - Set zshrc
|
||||
template:
|
||||
src: "{{ role_path }}/templates/_zshrc.j2"
|
||||
dest: "{{ ansible_user_dir }}/.zshrc"
|
||||
when: usersetup_gitconfig == true
|
||||
- name: usersettings - Set global gitconfig
|
||||
template:
|
||||
src: "{{ role_path }}/templates/_gitconfig.j2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue