From 4b8fd3aa649977b8bfccb527cc8726fefeacf9b1 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sat, 25 Jul 2020 09:30:10 +0200 Subject: [PATCH] Remove specific name from firefox where unnecessary --- .../{rick.profile => dotfiles.profile}/chrome/userChrome.css | 0 .../{rick.profile => dotfiles.profile}/chrome/userContent.css | 0 .mozilla/firefox/{rick.profile => dotfiles.profile}/user.js | 2 +- .mozilla/firefox/profiles.ini | 4 ++-- .scripts/config.sh | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename .mozilla/firefox/{rick.profile => dotfiles.profile}/chrome/userChrome.css (100%) rename .mozilla/firefox/{rick.profile => dotfiles.profile}/chrome/userContent.css (100%) rename .mozilla/firefox/{rick.profile => dotfiles.profile}/user.js (99%) diff --git a/.mozilla/firefox/rick.profile/chrome/userChrome.css b/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css similarity index 100% rename from .mozilla/firefox/rick.profile/chrome/userChrome.css rename to .mozilla/firefox/dotfiles.profile/chrome/userChrome.css diff --git a/.mozilla/firefox/rick.profile/chrome/userContent.css b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css similarity index 100% rename from .mozilla/firefox/rick.profile/chrome/userContent.css rename to .mozilla/firefox/dotfiles.profile/chrome/userContent.css diff --git a/.mozilla/firefox/rick.profile/user.js b/.mozilla/firefox/dotfiles.profile/user.js similarity index 99% rename from .mozilla/firefox/rick.profile/user.js rename to .mozilla/firefox/dotfiles.profile/user.js index 0c16e2b..49b3387 100644 --- a/.mozilla/firefox/rick.profile/user.js +++ b/.mozilla/firefox/dotfiles.profile/user.js @@ -1,5 +1,5 @@ // Download directory -user_pref("browser.download.dir", "/home/rick/downloads"); +user_pref("browser.download.dir", "~/downloads"); // Display a blank new tab user_pref("browser.newtabpage.enabled", false); diff --git a/.mozilla/firefox/profiles.ini b/.mozilla/firefox/profiles.ini index 4848341..12116c2 100644 --- a/.mozilla/firefox/profiles.ini +++ b/.mozilla/firefox/profiles.ini @@ -2,7 +2,7 @@ StartWithLastProfile=1 [Profile0] -Name=rick +Name=dotfiles IsRelative=1 -Path=rick.profile +Path=dotfiles.profile Default=1 diff --git a/.scripts/config.sh b/.scripts/config.sh index 92adac3..0762131 100755 --- a/.scripts/config.sh +++ b/.scripts/config.sh @@ -25,7 +25,7 @@ pictures .gradle .jd .local/share -.mozilla/firefox/rick.profile/storage +.mozilla/firefox/dotfiles.profile/storage .node-gyp .npm .nvm