Skip to content

GhoulBoii/foxdots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

09c1c08 Β· Jan 15, 2025

History

62 Commits
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025

Repository files navigation

πŸ”₯ FoxDots 🦊

🎨 Customisation

You can easily change the config to suit your personal needs. Config is written in json and read at startup.

  • Alter the path of your firefox directory, if incorrect.

    "firefox_profile_path": ""

  • Add/remove your preferred addons. (Note: Get the addon name from the addon page URL)

    Example: https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/

    foxdots/config.json

    Lines 2 to 13 in 3c02ee0

    "addons_list": [
    "bitwarden-password-manager",
    "multi-account-containers",
    "libredirect",
    "sidebery",
    "sponsorblock",
    "tridactyl-vim",
    "tubemod",
    "ublock-origin",
    "violentmonkey",
    "windscribe"
    ],

πŸ’» Installation

Warning

I do not use linux that often so I have not been able to test the linux script extensively. Report any issues.

Make sure git and Firefox is installed.

./setup.sh  -- Linux
./setup.ps1 -- Windows

πŸ“ƒ License

This project is licensed under the MIT License - see the License file for details.

πŸŽ‰ Credits