diff --git a/install.sh b/install.sh index 95a5c1c..6f67b97 100644 --- a/install.sh +++ b/install.sh @@ -18,6 +18,9 @@ mkdir -p $DOT_CONF ln -s $PWD/rofi/ $DOT_CONF/rofi/ ln -s $PWD/polybar/ $DOT_CONF/polybar/ ln -s $PWD/redshift.ini $DOT_CONF/redshift.conf + + mkdir -p $DOT_CONF/xfce4 + ln -s $PWD/xfce4-terminal $DOT_CONF/xfce4/terminal } ln -s $PWD/profile $HOME/.profile