diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-10-28 18:42:52 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-10-28 18:42:52 +0200 |
commit | 5e37bece5f9d46aecf8e870d93da0abd6c438e80 (patch) | |
tree | 6fa7b18e0d8a9e8dad9e141080b5d55e87148af4 /install.sh | |
parent | 0efb032aa46ee85dcd869bfa1658b0d0f762530e (diff) |
add gpg-agent config
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -136,6 +136,9 @@ ln -sf ${PWD}/alacritty.yml ~/.config/alacritty/alacritty.yml mkdir -p ~/ ln -sf ${PWD}/xinitrc ~/.xinitrc +mkdir -p ~/.gnupg +ln -sf ${PWD}/gpg-agent.conf ~/.gnupg/gpg-agent.conf + echo -e "\e[1m\e[1;32mSuccess! You can now log in using your preferred DM." echo -e "\e[1m\e[1;32mIf you wish to make zsh your default shell:" echo -e "\e[1m\e[1;32m # usermod -s /bin/zsh ${USER}" |