mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
remove ls colors because using lsd
This commit is contained in:
parent
ce542cbf42
commit
b4c9285003
@ -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
|
0
roles/fish/files/fish/cli/conf.d/keychain.fish → roles/fish/files/fish/desktop/conf.d/keychain.fish
0
roles/fish/files/fish/cli/conf.d/keychain.fish → roles/fish/files/fish/desktop/conf.d/keychain.fish
@ -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
|
||||
|
5
roles/neovim/README.md
Normal file
5
roles/neovim/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# How to make hexokinase
|
||||
```bash
|
||||
$ cd ~/.vim/plugged/vim-hexokinase/
|
||||
$ make hexokinase
|
||||
```
|
Loading…
Reference in New Issue
Block a user