From 448fed335b18a2850c34177963a8c670efa55c0d Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Sun, 20 Oct 2019 22:41:00 +0200 Subject: [PATCH] [FIX] patch zshrc plugins --- README.md | 1 + files/dotfiles | 2 +- tasks/usersettings.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf49cae..a345529 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/files/dotfiles b/files/dotfiles index ec228d8..be1eb74 160000 --- a/files/dotfiles +++ b/files/dotfiles @@ -1 +1 @@ -Subproject commit ec228d8fb8841f1367a92826c91065b928faa424 +Subproject commit be1eb74814d954577c42138d79b1e03b2d9c5a53 diff --git a/tasks/usersettings.yml b/tasks/usersettings.yml index 5b8a8a1..a1356bc 100644 --- a/tasks/usersettings.yml +++ b/tasks/usersettings.yml @@ -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 }}"