Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use AUR packages instead of installing extensions manually #577

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aartoni
Copy link
Contributor

@aartoni aartoni commented Nov 9, 2024

This update streamlines larbs.sh by installing Librewolf extensions via their respective AUR packages.

The AUR build process is somewhat similar to manual installation in that it still downloads the .xpi files. However, the difference is that makepkg performs integrity checks and installs the package globally (for all users). This global installation should not be an issue, as we are already installing arkenfox-user.js globally.

This PR also includes two additional changes:

  • Decentraleyes has been replaced with LocalCDN, as Decentraleyes is no longer maintained.
  • Vim Vixen has been replaced with Tridactyl, the OG Vim extension, which is actively maintained.

As a sidenote: once this is merged, expect another PR to add Tridactyl Native, enabling configuration of Tridactyl from a file. This will help achieve feature parity with Vim Vixen, as Tridactyl has a few inconvenient defaults (notably the scroll height and the "next" binding for searches).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant