Revert "Specify assh config file location manually"
This reverts commit 9fcde64823
.
Doesn't work correctly
This commit is contained in:
parent
98bff24fc3
commit
c9d1bc131a
3 changed files with 8 additions and 1 deletions
2
files/assh.yml
Normal file
2
files/assh.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
includes:
|
||||
- $DOTFILES/assh/*.yml
|
|
@ -9,4 +9,3 @@ NNN_DE_FILE_MANAGER=nautilus
|
|||
GTK_IM_MODULE=ibus
|
||||
XMODIFIERS=@im=ibus
|
||||
QT_IM_MODULE=ibus
|
||||
ASSH_CONFIG={{ home }}/.dotfiles/assh/assh.yml
|
||||
|
|
|
@ -17,6 +17,12 @@
|
|||
mode: 0644
|
||||
owner: "{{ user }}"
|
||||
|
||||
- copy:
|
||||
src: ./files/assh.yml
|
||||
dest: "{{ home}}/.ssh/assh.yml"
|
||||
mode: 0644
|
||||
owner: "{{ user }}"
|
||||
|
||||
- set_fact:
|
||||
user_config_files:
|
||||
- {src: "terminator.conf", dest: "{{ home }}/.config/terminator/config"}
|
||||
|
|
Loading…
Reference in a new issue