Fix redshift config link, autocreate the necessary folders

This commit is contained in:
Johanna Dorothea Reichmann 2019-03-11 19:43:51 +01:00
parent 8d40aa6e63
commit 66bd0846a7
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -14,12 +14,15 @@ ln -s ./tmux/tmux.conf ~/.tmux.conf
mkdir -p ~/.tmux/plugins
git clone https://github.com/tmux-plugins/tpm.git ~/.tmux/plugins/tpm
HERE=$(pwd)
# Set up redshift
ln -s ./redshift/redshift.conf ~/.config/redshift/redshift.conf
mkdir -p ~/.config/redshift
mkdir -p ~/.config/autostart
ln -s $HERE/redshift/redshift.conf ~/.config/redshift/redshift.conf
# Set up gnupg things
mkdir -p ~/.gnupg
HERE=$(pwd)
ln -s $HERE/gnupg/gpg.conf ~/.gnupg/gpg.conf
ln -s $HERE/gnupg/gpg-agent.conf ~/.gnupg/gpg-agent.conf
ln -s $HERE/gnupg/sshcontrol ~/.gnupg/sshcontrol