mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
fix vimplug
This commit is contained in:
parent
ff94e0ecf2
commit
6e96360b74
@ -23,6 +23,11 @@
|
|||||||
executable: /usr/bin/fish
|
executable: /usr/bin/fish
|
||||||
creates: ~/.config/fish/conf.d/omf.fish
|
creates: ~/.config/fish/conf.d/omf.fish
|
||||||
|
|
||||||
|
- name: Remove oh-my-fish
|
||||||
|
file:
|
||||||
|
path: /tmp/oh-my.fish
|
||||||
|
state: absent
|
||||||
|
|
||||||
- name: Install pureprompt plugin
|
- name: Install pureprompt plugin
|
||||||
shell: |
|
shell: |
|
||||||
omf install pure
|
omf install pure
|
||||||
|
@ -10,3 +10,13 @@
|
|||||||
src: init.vim
|
src: init.vim
|
||||||
dest: ~/.config/nvim/
|
dest: ~/.config/nvim/
|
||||||
notify: trigger plug install
|
notify: trigger plug install
|
||||||
|
|
||||||
|
- name: Create autoload vim dir
|
||||||
|
file:
|
||||||
|
path: ~/.local/share/nvim/site/autoload/
|
||||||
|
state: directory
|
||||||
|
|
||||||
|
- name: Install vim plug
|
||||||
|
get_url:
|
||||||
|
url: https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
|
dest: ~/.local/share/nvim/site/autoload/
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
get_url:
|
get_url:
|
||||||
url: https://raw.githubusercontent.com/thestinger/termite/master/termite.terminfo
|
url: https://raw.githubusercontent.com/thestinger/termite/master/termite.terminfo
|
||||||
dest: /root/termite.terminfo
|
dest: /root/termite.terminfo
|
||||||
|
become: True
|
||||||
|
|
||||||
- name: Install termite terminfo
|
- name: Install termite terminfo
|
||||||
shell: tic -x /tmp/termite.terminfo
|
shell: tic -x /tmp/termite.terminfo
|
||||||
|
Loading…
Reference in New Issue
Block a user