From 8a0aa9d07070635dceccea3ce450e290283bb0bb Mon Sep 17 00:00:00 2001 From: David Todd Date: Thu, 14 Jan 2021 10:54:59 -0600 Subject: [PATCH] install the themes --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) 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"