2017-08-26 10:56:11 +02:00
|
|
|
- defaults:
|
|
|
|
|
link:
|
|
|
|
|
relink: true
|
|
|
|
|
create: true
|
|
|
|
|
force: true
|
|
|
|
|
relative: true
|
|
|
|
|
|
|
|
|
|
- link:
|
|
|
|
|
~/.autostart:
|
|
|
|
|
~/.gitconfig:
|
|
|
|
|
path: git/gitconfig
|
|
|
|
|
~/.gitignore_global:
|
|
|
|
|
path: git/gitignore_global
|
|
|
|
|
~/.gnupg/dirmngr.conf:
|
|
|
|
|
path: gnupg/dirmngr.conf
|
|
|
|
|
~/.gnupg/gpg-agent.conf:
|
|
|
|
|
path: gnupg/gpg-agent.conf
|
|
|
|
|
~/.gnupg/gpg.conf:
|
|
|
|
|
path: gnupg/gpg.conf
|
|
|
|
|
~/.i3:
|
|
|
|
|
~/.tmux.conf:
|
|
|
|
|
path: tmux/tmux.conf
|
2017-09-01 20:39:05 +02:00
|
|
|
~/.config/nvim/init.vim:
|
2017-08-26 10:56:11 +02:00
|
|
|
path: vim/vimrc
|
|
|
|
|
~/.Xresources:
|
|
|
|
|
path: x/Xresources
|
|
|
|
|
~/.xinitrc:
|
|
|
|
|
path: x/xinitrc
|
|
|
|
|
~/.zprofile:
|
|
|
|
|
path: zsh/zprofile
|
|
|
|
|
~/.zshrc:
|
|
|
|
|
path: zsh/zshrc
|
|
|
|
|
~/.zshrc.d:
|
|
|
|
|
path: zsh/zshrc.d
|
|
|
|
|
|
|
|
|
|
- shell:
|
2017-09-01 20:39:05 +02:00
|
|
|
- ln -sf ~/.config/nvim/init.vim ~/.vimrc
|
2017-08-26 10:56:11 +02:00
|
|
|
- xrdb ~/.Xresources
|
2017-09-01 20:39:05 +02:00
|
|
|
- mkdir -p ~/.var/lib
|
|
|
|
|
- mkdir -p ~/.var/log
|
|
|
|
|
- mkdir -p ~/.var/run
|
|
|
|
|
- curl --fail --location --create-dirs --output ~/.local/share/nvim/site/autoload/plug.vim https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
|
|
|
|
- command: nvim -E +PlugInstall +qall || true
|
|
|
|
|
stdout: true
|
|
|
|
|
stderr: true
|
|
|
|
|
- command: cd ~/.local/share/nvim/plugged/YouCompleteMe && ./install.py || true
|
|
|
|
|
stdout: true
|
|
|
|
|
stderr: true
|