# :herb: ‎ About The browser I'm using right now is [Floorp](https://floorp.app). It is a fork of Firefox, which adds some functionality I really like such as: - 🚦 Vertical Tabs - 👉 Right Sidebar with Custom Actions - 🔒 Strong Privacy Options and Defaults - 🔥 Fast as F\*ck - 🍿 And much more... The extensions I'm using are: - [Improve Youtube](https://github.com/code-charity/youtube) - [Bitwarden](https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/?browser=firefox) - [Catppuccin Github Icons](https://github.com/catppuccin/github-file-explorer-icons) - [Dark Reader](https://github.com/darkreader/darkreader) - [Firefox Color](https://addons.mozilla.org/en-US/firefox/addon/firefox-color/) - [I still don't care about cookies](https://github.com/OhMyGuus/I-Still-Dont-Care-About-Cookies) - [LibRedirect](https://github.com/libredirect/browser_extension) - [New Tab Override](https://addons.mozilla.org/en-US/firefox/addon/new-tab-override/) - [Return Youtube Dislikes](https://github.com/Anarios/return-youtube-dislike) - [Search by Image](https://github.com/dessant/search-by-image) - [Sidebery](https://github.com/mbnuqw/sidebery) - [Sponsorblock](https://github.com/ajayyy/SponsorBlock) - [Stylus](https://github.com/openst) - [SurfingKeys](https://github.com/brookhong/Surfingkeys) - [Tab Session Manager](https://github.com/sienori/Tab-Session-Manager) - [uBlock Origin](https://github.com/gorhill/uBlock#ublock-origin) - [ublacklist](https://github.com/iorate/ublacklist) - [ViolentMonkey](https://github.com/violentmonkey/violentmonkey) - [Web Scrobbler](https://github.com/web-scrobbler/web-scrobbler) - [Wikiwand](https://www.wikiwand.com/) I'm also using my [custom Startpage](https://github.com/Matt-FTW/startpage) based on [this project](https://github.com/pivoshenko/catppuccin-startpage). # :wrench: ‎ Setup > [!WARNING] > Guide is created only for Firefox based browsers. ### :package: Theme Installation First of all, check your active profile. To do so, type `about:profiles` in your browser toolbar. Open the folder where that profile is located (~/.{browser}/{profileid}/). Now symlink or copy the chrome folder from the configuration to the active profile folder. **Be sure to change the path to your profile**. ```bash # Symlink the folder (Recommended) ln -s ~/.config/browser/chrome/ ~/.{browser}/{profileid}/chrome # Copy the folder cp -r ~/.config/browser/chrome/ ~/.{browser}/{profileid}/chrome ``` Now, to install the colorscheme for your browser make sure to follow [this guide](https://github.com/catppuccin/firefox) and select the **Macchiato** variant and the **Lavender** accent color. Close all instances of your browser and open it again. Tada! 🎉 You should now see your theme correctly installed. ### :package: user.js Installation Just like before, check your active profile. Now copy the user.js file from the configuration to the active profile folder. ```bash cp ~/.config/browser/user.js ~/.{browser}/{profileid}/user.js ``` As before, close all instances of your browser and you should be able to test your new user.js. ### :package: Extensions Installation Read the extensions list over on [this file](). To import the configurations, check each extensions docs to see how. ### :package: Startpage Installation Read the Startpage [usage section](https://github.com/Matt-FTW/startpage?tab=readme-ov-file#usage) in the README. # :camera: ‎ Gallery | **Startpage** | | ------------------------------- | | ![overview-1](./overview-1.png) | | **Github Repo** | | ------------------------------- | | ![overview-2](./overview-2.png) |