[zsh] Add conf files

pull/28/head
Alpha Chen 10 years ago
parent 9e6974168d
commit 96018c83f9

@ -5,6 +5,20 @@
- include: config.yml - include: config.yml
- hosts: all - hosts: all
tasks: tasks:
- name: set zsh as default shell
user: name=alpha shell=zsh
sudo: yes
- name: symlink zprezto
file: src={{ ansible_env.HOME }}/Dropbox/dotfiles/src/prezto dest={{ ansible_env.HOME}}/.zprezto state=link
- name: symlink zsh runcoms
file: src={{ ansible_env.HOME }}/Dropbox/dotfiles/src/prezto/runcoms/{{ item }} dest={{ ansible_env.HOME}}/.{{ item }} state=link
with_items:
- zlogin
- zlogout
- zpreztorc
- zprofile
- zshenv
- zshrc
- name: setup ssh keys - name: setup ssh keys
local_action: command ruby ~/.dotfiles/scripts/setup_ssh_keys.rb local_action: command ruby ~/.dotfiles/scripts/setup_ssh_keys.rb
when: ansible_domain == "local" when: ansible_domain == "local"

Loading…
Cancel
Save