Skip to content

Instantly share code, notes, and snippets.

@kiwimato
Created November 16, 2021 23:29
Show Gist options
  • Save kiwimato/2459f68cc711235002e21b0e5868a7f4 to your computer and use it in GitHub Desktop.
Save kiwimato/2459f68cc711235002e21b0e5868a7f4 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