dotfiles/.config/browser/.github
2024-09-04 14:31:14 +02:00
..
overview-1.png feat(browser): add setup guide, info about the browser config and ovrview images 2024-08-10 20:22:26 +02:00
overview-2.png feat(browser): add setup guide, info about the browser config and ovrview images 2024-08-10 20:22:26 +02:00
README.md 🗑️ remove(browser): i still dont care about cookies extension 2024-09-04 14:31:14 +02:00
title.png 📁 files(README): added READMEs and title image for nearly every app config dir 2023-10-28 23:41:00 +02:00


🌿 About

The browser I'm using right now is Floorp. 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:

I'm also using my custom Startpage based on this project.

🔧 Setup

Warning

Guide is created only for Firefox based browsers.

📦 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.

# 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 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.

📦 user.js Installation

Just like before, check your active profile. Now copy the user.js file from the configuration to the active profile folder.

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.

📦 Extensions Installation

Read the extensions list over on this file. To import the configurations, check each extensions docs to see how.

📦 Startpage Installation

Read the Startpage usage section in the README.

📷 Gallery

Startpage
overview-1
Github Repo
overview-2