mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-23 07:21:58 +01:00
fix zsh
This commit is contained in:
parent
75110a695c
commit
0f6016cda8
@ -228,6 +228,7 @@
|
|||||||
- debug:
|
- debug:
|
||||||
msg: "Do not forget to 'chsh /usr/bin/zsh'"
|
msg: "Do not forget to 'chsh /usr/bin/zsh'"
|
||||||
- shell: creates=~/.zshrc stow zsh
|
- shell: creates=~/.zshrc stow zsh
|
||||||
|
- file: path=~/.zfunctions state=directory
|
||||||
- file: src=~/.zsh/pure/pure.zsh dest=~/.zfunctions/prompt_pure_setup state=link
|
- file: src=~/.zsh/pure/pure.zsh dest=~/.zfunctions/prompt_pure_setup state=link
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
- file: src=~/.zsh/pure/async.zsh dest=~/.zfunctions/async state=link
|
- file: src=~/.zsh/pure/async.zsh dest=~/.zfunctions/async state=link
|
||||||
@ -243,6 +244,7 @@
|
|||||||
- name: Install and configure vim
|
- name: Install and configure vim
|
||||||
block:
|
block:
|
||||||
- package: name=vim state=present
|
- package: name=vim state=present
|
||||||
|
become: True
|
||||||
- shell: creates=~/.vim stow vim
|
- shell: creates=~/.vim stow vim
|
||||||
tags:
|
tags:
|
||||||
- desktop
|
- desktop
|
||||||
|
2
vagrant/archlinux/Vagrantfile
vendored
2
vagrant/archlinux/Vagrantfile
vendored
@ -21,6 +21,8 @@ Vagrant.configure("2") do |config|
|
|||||||
SHELL
|
SHELL
|
||||||
|
|
||||||
$script = <<-SCRIPT
|
$script = <<-SCRIPT
|
||||||
|
touch ~/.viminfo; rm ~/.viminfo
|
||||||
|
touch ~/.vimrc; rm ~/.vimrc
|
||||||
git clone --recursive https://github.com/eoli3n/dotfiles
|
git clone --recursive https://github.com/eoli3n/dotfiles
|
||||||
cd dotfiles
|
cd dotfiles
|
||||||
git checkout dev
|
git checkout dev
|
||||||
|
Loading…
Reference in New Issue
Block a user