From 34592009477bc68676a3202e94a2e47eb755ac37 Mon Sep 17 00:00:00 2001 From: c0de Date: Wed, 17 Aug 2022 16:43:43 -0500 Subject: [PATCH] Prevent shipping theme --- .gitignore | 1 + install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8a7a27d..25219fe 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ *.swo *.DS_STORE *desktop.ini +nord.rasi \ No newline at end of file diff --git a/install.sh b/install.sh index 7cdd579..8a8df9d 100755 --- a/install.sh +++ b/install.sh @@ -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"