1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00
This commit is contained in:
eoli3n 2017-12-17 22:11:37 +01:00
parent 75110a695c
commit 0f6016cda8
2 changed files with 4 additions and 0 deletions

@ -228,6 +228,7 @@
- debug:
msg: "Do not forget to 'chsh /usr/bin/zsh'"
- shell: creates=~/.zshrc stow zsh
- file: path=~/.zfunctions state=directory
- file: src=~/.zsh/pure/pure.zsh dest=~/.zfunctions/prompt_pure_setup state=link
ignore_errors: True
- file: src=~/.zsh/pure/async.zsh dest=~/.zfunctions/async state=link
@ -243,6 +244,7 @@
- name: Install and configure vim
block:
- package: name=vim state=present
become: True
- shell: creates=~/.vim stow vim
tags:
- desktop

@ -21,6 +21,8 @@ Vagrant.configure("2") do |config|
SHELL
$script = <<-SCRIPT
touch ~/.viminfo; rm ~/.viminfo
touch ~/.vimrc; rm ~/.vimrc
git clone --recursive https://github.com/eoli3n/dotfiles
cd dotfiles
git checkout dev