2018-11-15 15:04:18 +01:00
|
|
|
---
|
2019-03-08 11:33:28 +01:00
|
|
|
# should we install keychain for ssh-add support?
|
|
|
|
install_keychain: False
|
2018-11-15 15:04:18 +01:00
|
|
|
|
2019-03-15 11:17:38 +01:00
|
|
|
extra_bashrc: ''
|
|
|
|
|
2019-03-08 11:33:28 +01:00
|
|
|
# some bash variables
|
2018-11-15 15:04:18 +01:00
|
|
|
bash:
|
2019-03-08 11:33:28 +01:00
|
|
|
bashrc: ''
|
|
|
|
keychain: 'eval $(keychain --eval --quiet id_ed25519)'
|
2018-12-09 00:14:24 +01:00
|
|
|
nextcloud: false
|
|
|
|
nm: false
|
2019-01-10 13:32:49 +01:00
|
|
|
pwgen: true
|
|
|
|
shell: "/bin/bash"
|
2019-01-19 00:15:14 +01:00
|
|
|
keyboard: '$(if [[ $(id -u) -ne 0 ]];then echo "\[\033[01;33m\]"; else echo "\[\033[01;31m\]"; fi) $(if [[ $? == 0 ]]; then printf "\xE2\x9D\xA4"; fi) \[\033[01;32m\]\u\[\033[01;36m\]@\[\033[01;32m\]\H\[\033[01;34m\] <\A> \[\033[01;35m\] \j \[\033[01;36m\] \w \[\033[01;33m\]\n\[\033[01;33m\] $(git branch 2>/dev/null | sed -n "s/* \(.*\)/\1 /p")$\[\033[01;00m\] '
|
2019-01-10 13:32:49 +01:00
|
|
|
|
2019-02-01 14:59:07 +01:00
|
|
|
|