mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 06:08:35 +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
|
executable: fish
|
||||||
when: "'desktop' in group_names"
|
when: "'desktop' in group_names"
|
||||||
|
|
||||||
- name: Copy dircolors
|
|
||||||
copy:
|
|
||||||
src: dircolors
|
|
||||||
dest: ~/.config/
|
|
||||||
when: "'desktop' in group_names"
|
|
||||||
|
|
||||||
#- name: Copy starship config
|
#- name: Copy starship config
|
||||||
# copy:
|
# copy:
|
||||||
# src: starship.toml
|
# src: starship.toml
|
||||||
@ -67,7 +61,7 @@
|
|||||||
state: link
|
state: link
|
||||||
|
|
||||||
# Separated root|users synchronize as module bugs when using become on the task: it copies always in user homedir
|
# 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:
|
synchronize:
|
||||||
src: fish/cli/
|
src: fish/cli/
|
||||||
dest: ~/.config/fish
|
dest: ~/.config/fish
|
||||||
@ -75,7 +69,7 @@
|
|||||||
when: ansible_user_id != 'root'
|
when: ansible_user_id != 'root'
|
||||||
tags: rsync
|
tags: rsync
|
||||||
|
|
||||||
- name: Sync fish config files for cli (if root)
|
- name: Sync fish config files for cli root
|
||||||
synchronize:
|
synchronize:
|
||||||
src: fish/cli/
|
src: fish/cli/
|
||||||
dest: /root/.config/fish
|
dest: /root/.config/fish
|
||||||
@ -83,7 +77,7 @@
|
|||||||
when: ansible_user_id == 'root'
|
when: ansible_user_id == 'root'
|
||||||
tags: rsync
|
tags: rsync
|
||||||
|
|
||||||
- name: Sync fish config files for desktop (if user)
|
- name: Sync fish config files for desktop user
|
||||||
synchronize:
|
synchronize:
|
||||||
src: fish/desktop/
|
src: fish/desktop/
|
||||||
dest: ~/.config/fish
|
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