diff --git a/setup.sh b/setup.sh index de8e2fd..1cf1b14 100755 --- a/setup.sh +++ b/setup.sh @@ -123,6 +123,15 @@ if installed herbstluftwm; then echo 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 link config/redshift.conf ~/.config/redshift.conf fi