From 9d939c626c36456aa990228709ec20fae437c29d Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Thu, 15 Jun 2023 01:04:11 +0000 Subject: [PATCH] Latest --- home/.chezmoi.yaml.tmpl | 3 ++- home/.chezmoidata.yaml | 1 - .../run_onchange_after_45-default-browser.sh.tmpl | 4 ++-- software.yml | 9 --------- 4 files changed, 4 insertions(+), 13 deletions(-) diff --git a/home/.chezmoi.yaml.tmpl b/home/.chezmoi.yaml.tmpl index 4fde999d..bc2469e8 100644 --- a/home/.chezmoi.yaml.tmpl +++ b/home/.chezmoi.yaml.tmpl @@ -170,7 +170,8 @@ data: cloudflare: r2: "{{ $cloudflareR2AccountId }}" username: "{{ $cloudflareUsername }}" - defaultBrowser: brave + defaultBrowser: chrome + defaultBrowserDarwin: browserosaurus digitalOceanClusterId: b7fc4e37-ffe7-4ea1-887a-0e19ee077f32 # `domain` is kept here for backwards compatibility, but the .host.domain is the preferred selector domain: "{{ $domain }}" diff --git a/home/.chezmoidata.yaml b/home/.chezmoidata.yaml index 5f66a783..69ae148b 100644 --- a/home/.chezmoidata.yaml +++ b/home/.chezmoidata.yaml @@ -523,7 +523,6 @@ softwareGroups: - git-bug - git-extras - git-filter-repo - - git-fuzzy - git-lfs - git-open - git-secret diff --git a/home/.chezmoiscripts/universal/run_onchange_after_45-default-browser.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_45-default-browser.sh.tmpl index 52574cc8..f2e24191 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_45-default-browser.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_45-default-browser.sh.tmpl @@ -18,8 +18,8 @@ if [ -d /Applications ] && [ -d /System ]; then logg info 'Installing `defaultbrowser` via Homebrew which is the preferred way of configuring the default browser' brew install defaultbrowser fi - logg info "Setting default browser to {{ .user.defaultBrowser }}" - defaultbrowser "{{ .user.defaultBrowser }}" + logg info "Setting default browser to {{ .user.defaultBrowserDarwin }}" + defaultbrowser "{{ .user.defaultBrowserDarwin }}" else logg info 'Setting default browser for `text/html` to `{{ .user.defaultBrowser }}`' xdg-mime default {{ .user.defaultBrowser }}.desktop text/html diff --git a/software.yml b/software.yml index 88b2aed0..6905b743 100644 --- a/software.yml +++ b/software.yml @@ -3130,15 +3130,6 @@ softwarePackages: brew: git-extras dnf: git-extras pacman: git-extras - git-fuzzy: - _bin: null - _desc: '[git-fuzzy](https://github.com/bigH/git-fuzzy) is an interactive `git` that is built on the shoulders of [`fzf`](https://gitlab.com/megabyte-labs/ansible-roles/fzf).' - _docs: null - _github: null - _home: null - _name: git-fuzzy - _notes: Installed via dotfiles - # ansible: professormanhattan.gitfuzzy git-notify: _bin: git-notify _desc: Communicate important updates to your team via git commit messages