Latest
This commit is contained in:
parent
9ff5ca9cf4
commit
9d939c626c
4 changed files with 4 additions and 13 deletions
|
@ -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 }}"
|
||||
|
|
|
@ -523,7 +523,6 @@ softwareGroups:
|
|||
- git-bug
|
||||
- git-extras
|
||||
- git-filter-repo
|
||||
- git-fuzzy
|
||||
- git-lfs
|
||||
- git-open
|
||||
- git-secret
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue