diff --git a/roles/fish/files/fish/cli/conf.d/lscolors.fish b/roles/fish/files/fish/cli/conf.d/lscolors.fish deleted file mode 100644 index 5a0724c..0000000 --- a/roles/fish/files/fish/cli/conf.d/lscolors.fish +++ /dev/null @@ -1,5 +0,0 @@ -if not set -q LS_COLORS - if type -f dircolors >/dev/null - eval (dircolors -c ~/.dircolors | sed 's/>&\/dev\/null$//') - end -end diff --git a/roles/fish/files/fish/cli/conf.d/keychain.fish b/roles/fish/files/fish/desktop/conf.d/keychain.fish similarity index 100% rename from roles/fish/files/fish/cli/conf.d/keychain.fish rename to roles/fish/files/fish/desktop/conf.d/keychain.fish diff --git a/roles/fish/tasks/main.yml b/roles/fish/tasks/main.yml index f7e2bad..2456cd9 100644 --- a/roles/fish/tasks/main.yml +++ b/roles/fish/tasks/main.yml @@ -39,12 +39,6 @@ executable: fish when: "'desktop' in group_names" -- name: Copy dircolors - copy: - src: dircolors - dest: ~/.config/ - when: "'desktop' in group_names" - #- name: Copy starship config # copy: # src: starship.toml @@ -67,7 +61,7 @@ state: link # Separated root|users synchronize as module bugs when using become on the task: it copies always in user homedir -- name: Sync fish config files for cli (if user) +- name: Sync fish config files for cli user synchronize: src: fish/cli/ dest: ~/.config/fish @@ -75,7 +69,7 @@ when: ansible_user_id != 'root' tags: rsync -- name: Sync fish config files for cli (if root) +- name: Sync fish config files for cli root synchronize: src: fish/cli/ dest: /root/.config/fish @@ -83,7 +77,7 @@ when: ansible_user_id == 'root' tags: rsync -- name: Sync fish config files for desktop (if user) +- name: Sync fish config files for desktop user synchronize: src: fish/desktop/ dest: ~/.config/fish diff --git a/roles/neovim/README.md b/roles/neovim/README.md new file mode 100644 index 0000000..e0802ac --- /dev/null +++ b/roles/neovim/README.md @@ -0,0 +1,5 @@ +# How to make hexokinase +```bash +$ cd ~/.vim/plugged/vim-hexokinase/ +$ make hexokinase +```