1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-09-24 21:10:50 +02:00

fix vimplug

This commit is contained in:
eoli3n 2019-12-03 09:38:00 +01:00
parent ff94e0ecf2
commit 6e96360b74
3 changed files with 16 additions and 0 deletions

View File

@ -23,6 +23,11 @@
executable: /usr/bin/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
shell: |
omf install pure

View File

@ -10,3 +10,13 @@
src: init.vim
dest: ~/.config/nvim/
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/

View File

@ -3,6 +3,7 @@
get_url:
url: https://raw.githubusercontent.com/thestinger/termite/master/termite.terminfo
dest: /root/termite.terminfo
become: True
- name: Install termite terminfo
shell: tic -x /tmp/termite.terminfo