Fixes
This commit is contained in:
parent
33f0e3bc12
commit
4044b4d0c2
3
apps/gpg/.gitignore
vendored
3
apps/gpg/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*
|
||||
!.gitignore
|
||||
!gpg-agent.conf
|
3
apps/gpg/agent.conf
Normal file
3
apps/gpg/agent.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
pinentry-program /usr/bin/pinentry-curses
|
||||
max-cache-ttl 60480000
|
||||
default-cache-ttl 60480000
|
0
bin/undock → env/laptop/bin/undock
vendored
0
bin/undock → env/laptop/bin/undock
vendored
|
@ -70,7 +70,7 @@ links=(
|
|||
"$dfp/apps/de/libinput/gestures.conf" "$XDG_CONFIG_HOME/libinput-gestures.conf"
|
||||
|
||||
# gpg config
|
||||
"$dfp/apps/gpg/" "$HOME/.gnupg"
|
||||
"$dfp/apps/gpg/agent.conf" "$HOME/.gnupg/gpg-agent.conf"
|
||||
|
||||
# document viewer
|
||||
"$dfp/apps/zathura/" "$XDG_CONFIG_HOME/zathura"
|
||||
|
@ -126,9 +126,8 @@ if [[ "$INTERACTIVE" = 1 ]]; then
|
|||
"$dfp/bin/lib/sudo_setup"
|
||||
fi
|
||||
|
||||
echo -e "Dotfiles Installed! Running 'exec bash'...\n"
|
||||
|
||||
# execute the user's shell
|
||||
ush="$(getent passwd $LOGNAME | cut -d: -f7)"
|
||||
echo -e "Dotfiles Installed! Running 'exec $ush'...\n"
|
||||
exec "$ush"
|
||||
fi
|
||||
|
|
Reference in a new issue