Fix redshift config link, autocreate the necessary folders
This commit is contained in:
parent
8d40aa6e63
commit
66bd0846a7
@ -14,12 +14,15 @@ ln -s ./tmux/tmux.conf ~/.tmux.conf
|
|||||||
mkdir -p ~/.tmux/plugins
|
mkdir -p ~/.tmux/plugins
|
||||||
git clone https://github.com/tmux-plugins/tpm.git ~/.tmux/plugins/tpm
|
git clone https://github.com/tmux-plugins/tpm.git ~/.tmux/plugins/tpm
|
||||||
|
|
||||||
|
HERE=$(pwd)
|
||||||
|
|
||||||
# Set up redshift
|
# 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
|
# Set up gnupg things
|
||||||
mkdir -p ~/.gnupg
|
mkdir -p ~/.gnupg
|
||||||
HERE=$(pwd)
|
|
||||||
ln -s $HERE/gnupg/gpg.conf ~/.gnupg/gpg.conf
|
ln -s $HERE/gnupg/gpg.conf ~/.gnupg/gpg.conf
|
||||||
ln -s $HERE/gnupg/gpg-agent.conf ~/.gnupg/gpg-agent.conf
|
ln -s $HERE/gnupg/gpg-agent.conf ~/.gnupg/gpg-agent.conf
|
||||||
ln -s $HERE/gnupg/sshcontrol ~/.gnupg/sshcontrol
|
ln -s $HERE/gnupg/sshcontrol ~/.gnupg/sshcontrol
|
||||||
|
Loading…
Reference in New Issue
Block a user