Skip to content

Instantly share code, notes, and snippets.

@scottisloud
Forked from kiwimato/vivaldi-1pass.sh
Created June 20, 2025 14:06
Show Gist options
  • Select an option

  • Save scottisloud/620db15655e77c3f65fc45e40e2673f4 to your computer and use it in GitHub Desktop.

Select an option

Save scottisloud/620db15655e77c3f65fc45e40e2673f4 to your computer and use it in GitHub Desktop.
Adds Vivaldi as allowed browsers for 1Password linux app
sudo mkdir /etc/1password
echo vivaldi-bin | sudo tee /etc/1password/custom_allowed_browsers
sudo chown root:root /etc/1password/custom_allowed_browsers
sudo chmod 755 /etc/1password/custom_allowed_browsers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment