Create configuration directories for nvim and tmux
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
ed17ed1348
commit
c83b93a64f
2 changed files with 10 additions and 5 deletions
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
- name: Create init.vim
|
- name: Create init.vim
|
||||||
template:
|
block:
|
||||||
|
- shell: mkdir -p ~/.config/nvim
|
||||||
|
- template:
|
||||||
src: templates/init.vim.j2
|
src: templates/init.vim.j2
|
||||||
dest: ~/.config/nvim/init.vim
|
dest: ~/.config/nvim/init.vim
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
---
|
---
|
||||||
|
- name: Create .tmux
|
||||||
|
shell: mkdir -p ~/.tmux
|
||||||
|
|
||||||
- name: Clone tpm
|
- name: Clone tpm
|
||||||
git:
|
git:
|
||||||
repo: https://github.com/tmux-plugins/tpm
|
repo: https://github.com/tmux-plugins/tpm
|
||||||
|
|
Loading…
Reference in a new issue