diff --git a/install.sh b/install.sh index 9a0b39d..73a8e0b 100755 --- a/install.sh +++ b/install.sh @@ -96,6 +96,10 @@ symlink "${DF_CONFIG}/volumeicon" "${HOME}/.config/volumeicon" symlink "${DF_CONFIG}/mimeapps.list" "${HOME}/.config/mimeapps.list" symlink "${DF_CONFIG}/Code/User/settings.json" "${HOME}/.config/Code/User/settings.json" +echo "Installing Iceberg GTK theme and Icon pack..." +symlink "${DOTFILES}/.themes/oomox-iceberg" "${HOME}/.themes/oomox-iceberg" +symlink "${DOTFILES}/.icons/oomox-iceberg" "${HOME}/.icons/oomox-iceberg" + echo "Building i3 configuration..." "${DF_HOME}/bin/build-i3-config"