[FIX] patch zshrc plugins

This commit is contained in:
Jannik Beyerstedt 2019-10-20 22:41:00 +02:00 committed by Jannik Beyerstedt
parent 502ab9f1f2
commit 448fed335b
3 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,7 @@ For a GUI/ Desktop machine, you can enable to install and configure VS Code:
- `user_lang_cpp`: Boolean to install C/C++ dev tools and configure VS Code
- `user_lang_python`: Boolean to install Python dev tools and configure VS Code
- `user_lang_golang`: Boolean to install Golang dev tools and configure VS Code
The `user_lang_*` switches will also install the language onyl, if `user_vscode` is set to false.

@ -1 +1 @@
Subproject commit ec228d8fb8841f1367a92826c91065b928faa424
Subproject commit be1eb74814d954577c42138d79b1e03b2d9c5a53

View File

@ -27,6 +27,7 @@
- { src: '{{ role_path }}/files/dotfiles/_vimrc', dest: '.vimrc' }
- { src: '{{ role_path }}/files/dotfiles/_zshrc', dest: '.zshrc' }
- { src: '{{ role_path }}/files/dotfiles/_oh-my-zsh/custom/themes/agnoster.zsh-theme', dest: '.oh-my-zsh/custom/themes/agnoster.zsh-theme' }
- { src: '{{ role_path }}/files/dotfiles/_oh-my-zsh/custom/themes/jtbx.zsh-theme', dest: '.oh-my-zsh/custom/themes/jtbx.zsh-theme' }
- name: usersettings - Set global gitconfig
copy:
src: "{{ item.src }}"