mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
fix zsh
This commit is contained in:
parent
75110a695c
commit
0f6016cda8
@ -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
|
||||
|
2
vagrant/archlinux/Vagrantfile
vendored
2
vagrant/archlinux/Vagrantfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user