mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
deletedeprecated var
This commit is contained in:
parent
bbe4c78807
commit
b1a6bbd271
3 changed files with 1 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# enable keychain as ssh agent
|
||||
dotfiles__additional_user_bashrc_lines:
|
||||
- 'eval $(keychain --eval --quiet id_ed25519)'
|
||||
- '[[ $- == *i* ]] && eval $(keychain --eval --quiet id_ed25519)'
|
||||
- '_gopass_bash_autocomplete() {'
|
||||
- ' local cur opts base'
|
||||
- ' COMPREPLY=()'
|
||||
|
|
|
@ -7,9 +7,6 @@ install_keychain: true
|
|||
# i3wm config:
|
||||
enable_lock_after_time: true
|
||||
|
||||
base__additional_user_bashrc_lines:
|
||||
- eval $(keychain --eval --quiet id_ed25519)
|
||||
|
||||
i3_packages_extra:
|
||||
- ranger
|
||||
- light
|
||||
|
@ -20,7 +17,6 @@ i3_packages_extra:
|
|||
- evince
|
||||
- speedtest-cli
|
||||
|
||||
|
||||
i3_font_size: 11
|
||||
i3_focus_follows_mouse: true
|
||||
|
||||
|
|
|
@ -12,9 +12,6 @@ users:
|
|||
admins:
|
||||
- lilian
|
||||
|
||||
base__additional_user_bashrc_lines:
|
||||
- '[[ $- == *i* ]] && eval $(keychain --eval --quiet id_ed25519)'
|
||||
|
||||
# used to automatically generate correct admin keys
|
||||
admins_ssh_root_prefix:
|
||||
- l3d
|
||||
|
|
Loading…
Reference in a new issue