Update 5 files

- /home/.chezmoiremove
- /home/.chezmoidata.yaml
- /home/private_dot_config/shell/aliases.sh.tmpl
- /home/private_dot_config/shell/exports.sh.tmpl
- /software.yml
This commit is contained in:
Brian Zalewski 2023-01-12 10:50:01 +00:00
parent 304ffe1a20
commit ab41f48e15
5 changed files with 6 additions and 14 deletions

View file

@ -301,7 +301,6 @@ softwareGroups:
- dockle - dockle
- grype - grype
- gvisor - gvisor
- supdock
- trivy - trivy
- trufflehog - trufflehog
- whaler - whaler

View file

@ -1,5 +1,7 @@
.CFUserTextEncoding .CFUserTextEncoding
.DS_Store/ .DS_Store/
.ansible/
.ansible.log/
.asdf .asdf
Brewfile Brewfile
.bash_logout .bash_logout

View file

@ -84,11 +84,6 @@ if command -v rg &> /dev/null; then
alias rgrep='rg --color=auto' alias rgrep='rg --color=auto'
fi fi
### supdock
if command -v supdock > /dev/null; then
alias docker='supdock'
fi
### VSCodium ### VSCodium
if command -v codium > /dev/null; then if command -v codium > /dev/null; then
alias code='codium' alias code='codium'

View file

@ -287,6 +287,10 @@ export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"
### Whalebrew ### Whalebrew
export WHALEBREW_CONFIG_DIR="$XDG_CONFIG_HOME/whalebrew" export WHALEBREW_CONFIG_DIR="$XDG_CONFIG_HOME/whalebrew"
### CloudFlare Wrangler
export WRANGLER_INSTALL_PATH="$XDG_DATA_HOME/wrangler"
export WRANGLER_HOME="$XDG_DATA_HOME/wrangler"
### Man pages ### Man pages
export LESS_TERMCAP_mb=$'\e[1;32m' export LESS_TERMCAP_mb=$'\e[1;32m'
export LESS_TERMCAP_md=$'\e[1;32m' export LESS_TERMCAP_md=$'\e[1;32m'

View file

@ -6299,14 +6299,6 @@ softwarePackages:
_name: Stubby _name: Stubby
_post:brew:darwin: bash "$(brew --prefix stubby)/sbin/stubby-setdns-macos.sh" && brew services start stubby _post:brew:darwin: bash "$(brew --prefix stubby)/sbin/stubby-setdns-macos.sh" && brew services start stubby
brew:darwin: stubby brew:darwin: stubby
supdock:
_bin: supdock
_desc: null
_docs: null
_github: null
_home: null
_name: null
npm: supdock
surge: surge:
_bin: surge _bin: surge
_desc: null _desc: null