Browse Source

Add setup details

main
Ashton Charbonneau 1 year ago
parent
commit
4bed111a13
1 changed files with 29 additions and 15 deletions
  1. 29
    15
      README.md

+ 29
- 15
README.md View File

1
-# Firefox Setup
1
+# Firefox
2
+
3
+Browser profile
2
 
4
 
3
 ## Extensions / Scripts
5
 ## Extensions / Scripts
4
 
6
 
9
 - Containers: [Multi-Account Containers](https://addons.mozilla.org/firefox/addon/multi-account-containers/) with [Temporary Containers](https://addons.mozilla.org/firefox/addon/temporary-containers/)
11
 - Containers: [Multi-Account Containers](https://addons.mozilla.org/firefox/addon/multi-account-containers/) with [Temporary Containers](https://addons.mozilla.org/firefox/addon/temporary-containers/)
10
 - Images: [Hover Zoom+](https://addons.mozilla.org/firefox/addon/hover-zoom-plus/)
12
 - Images: [Hover Zoom+](https://addons.mozilla.org/firefox/addon/hover-zoom-plus/)
11
 - Navigation: [Vimium C](https://addons.mozilla.org/firefox/addon/vimium-c/)
13
 - Navigation: [Vimium C](https://addons.mozilla.org/firefox/addon/vimium-c/)
12
-- [KeePassXC-Browser](https://addons.mozilla.org/firefox/addon/keepassxc-browser/)
14
+- Passwords: [KeePassXC-Browser](https://addons.mozilla.org/firefox/addon/keepassxc-browser/)
13
 - Paywalls: [Bypass Paywalls Clean](https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean)
15
 - Paywalls: [Bypass Paywalls Clean](https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean)
14
 - Redirects: [Skip Redirect](https://addons.mozilla.org/firefox/addon/skip-redirect/)
16
 - Redirects: [Skip Redirect](https://addons.mozilla.org/firefox/addon/skip-redirect/)
15
 - YouTube: [Sponsorblock](https://addons.mozilla.org/firefox/addon/sponsorblock/) and [DeArrow](https://addons.mozilla.org/firefox/addon/dearrow/) (both a bit heavy)
17
 - YouTube: [Sponsorblock](https://addons.mozilla.org/firefox/addon/sponsorblock/) and [DeArrow](https://addons.mozilla.org/firefox/addon/dearrow/) (both a bit heavy)
19
 ## Profiles / Containers
21
 ## Profiles / Containers
20
 
22
 
21
 - Ashton
23
 - Ashton
22
-	- Default
24
+	- *Default*
23
 	- Finance
25
 	- Finance
24
 	- Social
26
 	- Social
25
 - Work
27
 - Work
26
-	- Default
28
+	- *Default*
27
 	- Personal
29
 	- Personal
28
 
30
 
31
+## Setup
32
+
33
+```
34
+git init
35
+git config --local status.showUntrackedFiles no
36
+git remote add origin $URL
37
+git pull origin main
38
+```
39
+
29
 ## Reference
40
 ## Reference
30
 
41
 
31
-- <https://github.com/arkenfox/user.js>
32
-- <https://github.com/yokoffing/Betterfox>
33
-- <https://github.com/xiaoxiaoflood/firefox-scripts>
34
-- <https://github.com/MrOtherGuy/fx-autoconfig>
35
 - <http://kb.mozillazine.org/Profile_folder_-_Firefox>
42
 - <http://kb.mozillazine.org/Profile_folder_-_Firefox>
36
 - <https://www.userchrome.org/what-is-userchrome-js.html>
43
 - <https://www.userchrome.org/what-is-userchrome-js.html>
37
-- <https://www.reddit.com/r/FirefoxCSS/comments/o1ccqe/a_different_way_of_displaying_the_container_color/>
38
-- <https://github.com/AveYo/fox>
39
-- <https://greasyfork.org/en/scripts/3187-google-images-direct-link>
40
-- <https://greasyfork.org/en/scripts/10096-general-url-cleaner>
41
-- <https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks>
42
-- <https://greasyfork.org/en/scripts/427254-preventpagevisibility>
43
-- <https://greasyfork.org/en/scripts/429635-always-on-focus>
44
+- `user.js`
45
+	- <https://github.com/arkenfox/user.js>
46
+	- <https://github.com/yokoffing/Betterfox>
47
+- Styles
48
+	- <https://www.reddit.com/r/FirefoxCSS/comments/o1ccqe/a_different_way_of_displaying_the_container_color/>
49
+	- <https://github.com/AveYo/fox>
50
+- Scripts
51
+	- <https://github.com/xiaoxiaoflood/firefox-scripts>
52
+	- <https://github.com/MrOtherGuy/fx-autoconfig>
53
+	- <https://greasyfork.org/en/scripts/3187-google-images-direct-link>
54
+	- <https://greasyfork.org/en/scripts/10096-general-url-cleaner>
55
+	- <https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks>
56
+	- <https://greasyfork.org/en/scripts/427254-preventpagevisibility>
57
+	- <https://greasyfork.org/en/scripts/429635-always-on-focus>

Loading…
Cancel
Save