diff --git a/install.sh b/install.sh index afef017..f169196 100755 --- a/install.sh +++ b/install.sh @@ -7,6 +7,7 @@ source config/zsh/.zshenv mkdir -p "${XDG_CONFIG_HOME}" mkdir -p "${XDG_DATA_HOME}" + INSTALL_CONFIGS=(dunst git i3 i3blocks lf ncmpcpp mpd picom redshift rofi tmux wezterm x11 zsh) for f in $INSTALL_CONFIGS ; do echo "Installing config for ${f}..."