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:
parent
304ffe1a20
commit
ab41f48e15
5 changed files with 6 additions and 14 deletions
|
@ -301,7 +301,6 @@ softwareGroups:
|
|||
- dockle
|
||||
- grype
|
||||
- gvisor
|
||||
- supdock
|
||||
- trivy
|
||||
- trufflehog
|
||||
- whaler
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
.CFUserTextEncoding
|
||||
.DS_Store/
|
||||
.ansible/
|
||||
.ansible.log/
|
||||
.asdf
|
||||
Brewfile
|
||||
.bash_logout
|
||||
|
|
|
@ -84,11 +84,6 @@ if command -v rg &> /dev/null; then
|
|||
alias rgrep='rg --color=auto'
|
||||
fi
|
||||
|
||||
### supdock
|
||||
if command -v supdock > /dev/null; then
|
||||
alias docker='supdock'
|
||||
fi
|
||||
|
||||
### VSCodium
|
||||
if command -v codium > /dev/null; then
|
||||
alias code='codium'
|
||||
|
|
|
@ -287,6 +287,10 @@ export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"
|
|||
### 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
|
||||
export LESS_TERMCAP_mb=$'\e[1;32m'
|
||||
export LESS_TERMCAP_md=$'\e[1;32m'
|
||||
|
|
|
@ -6299,14 +6299,6 @@ softwarePackages:
|
|||
_name: Stubby
|
||||
_post:brew:darwin: bash "$(brew --prefix stubby)/sbin/stubby-setdns-macos.sh" && brew services start stubby
|
||||
brew:darwin: stubby
|
||||
supdock:
|
||||
_bin: supdock
|
||||
_desc: null
|
||||
_docs: null
|
||||
_github: null
|
||||
_home: null
|
||||
_name: null
|
||||
npm: supdock
|
||||
surge:
|
||||
_bin: surge
|
||||
_desc: null
|
||||
|
|
Loading…
Reference in a new issue