install the themes

This commit is contained in:
David Todd 2021-01-14 10:54:59 -06:00
parent b1bebabe44
commit 8a0aa9d070
1 changed files with 4 additions and 0 deletions

View File

@ -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"