Skip to content

Commit

Permalink
feat: update browser installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 30, 2024
1 parent 98e8837 commit f55a062
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/browser.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

usage() {
echo "install firefox, firefox-developer-edition, etc. and their configuration"
echo "install firefox, firefox-developer-edition, brave and chrome with their configuration"
echo '
_
| |__ _ __ _____ _____ ___ _ __
Expand All @@ -20,6 +20,7 @@ main_brew() {
require_brew_cask firefox
require_brew_cask firefox@developer-edition
require_brew_cask google-chrome@beta
require_brew_cask brave-browser@beta
require_brew defaultbrowser

if [[ "$(command -v gopass-jsonapi)" ]]; then
Expand All @@ -44,7 +45,7 @@ main_pacman() {
copycat "browser" "firefox/firefox.cfg" "/usr/lib/firefox/firefox.cfg"

msg 'chrome, the worst browser ever but sometime we need that shit'
require_aur google-chrome-beta
require_aur google-chrome-beta brave-beta-bin
# copycat "browser" "chrome/chrome-beta-flags.conf" "$HOME/.config/chrome-beta-flags.conf" false

if [[ "$(command -v gopass-jsonapi)" ]]; then
Expand Down

0 comments on commit f55a062

Please sign in to comment.