diff --git a/skel.yml b/skel.yml index a576b96..2be6516 100644 --- a/skel.yml +++ b/skel.yml @@ -10,32 +10,9 @@ with_items: - zsh - git - -#- hosts: smith -# roles: -# - role: gantsign.oh-my-zsh -# # Default theme -# oh_my_zsh_theme: robbyrussell -# # Default plugins -# oh_my_zsh_plugins: -# - git -# users: -# - username: zaika -# oh_my_zsh: -# theme: powerlevel10k/powerlevel10k -# plugins: -# - git -# - mercurial -# - screen -# - tmux - -#- hosts: smith -# tasks: -# - name: Clone Powerline zsh theme -# git: -# repo: https://github.com/romkatv/powerlevel10k.git -# dest: /home/zaika/.oh-my-zsh/themes/powerlevel10k -# become: no + - mercurial + - tmux + - screen - hosts: all roles: @@ -88,9 +65,18 @@ - hosts: all tasks: - - name: Create symbolic link + - name: Create symbolic link for tmux file: src: "/home/zaika/skel/.tmux.conf" dest: "/home/zaika/.tmux.conf" state: link become: no + +- hosts: all + tasks: + - name: Create symbolic link for screen + file: + src: "/home/zaika/skel/.screenrc" + dest: "/home/zaika/.screenrc" + state: link + become: no