Prevent shipping theme

This commit is contained in:
c0de 2022-08-17 16:43:43 -05:00
parent 3d6a361bcd
commit 3459200947
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
*.swo
*.DS_STORE
*desktop.ini
nord.rasi

View File

@ -102,7 +102,7 @@ symlink "${DF_CONFIG}/mimeapps.list" "${HOME}/.config/mimeapps.list"
symlink "${DF_CONFIG}/Code/User/settings.json" "${HOME}/.config/Code/User/settings.json"
echo "Installing Nord rofi theme"
wget https://raw.githubusercontent.com/undiabler/nord-rofi-theme/master/nord.rasi -O "${HOME}/.config/rofi/themes/rofi.rasi"
wget https://raw.githubusercontent.com/undiabler/nord-rofi-theme/master/nord.rasi -O "${HOME}/.config/rofi/themes/nord.rasi"
echo "Installing Iceberg Icon pack..."
# symlink "${DF_HOME}/.themes/oomox-iceberg" "${HOME}/.themes/oomox-iceberg"