setup.sh: add symlinks for i3 configuration
This commit is contained in:
parent
428bfa9a2f
commit
4a78784ba2
1 changed files with 9 additions and 0 deletions
9
setup.sh
9
setup.sh
|
|
@ -123,6 +123,15 @@ if installed herbstluftwm; then
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if installed i3; then
|
||||||
|
echo "Setting up i3:"
|
||||||
|
|
||||||
|
mkdir -p ~/.config/i3
|
||||||
|
link config/i3/config ~/.config/i3/config
|
||||||
|
mkdir -p ~/.config/i3status
|
||||||
|
link config/i3status/config ~/.config/i3status/config
|
||||||
|
fi
|
||||||
|
|
||||||
if installed redshift; then
|
if installed redshift; then
|
||||||
link config/redshift.conf ~/.config/redshift.conf
|
link config/redshift.conf ~/.config/redshift.conf
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue