Latest
This commit is contained in:
parent
015e6eac59
commit
54a5601556
2 changed files with 2 additions and 3 deletions
|
@ -261,7 +261,6 @@ softwareGroups:
|
|||
- direnv
|
||||
- docker-langserver
|
||||
- dog
|
||||
- dotenv
|
||||
- dua
|
||||
- duf
|
||||
- dust
|
||||
|
|
|
@ -993,8 +993,8 @@ softwarePackages:
|
|||
_github: null
|
||||
_home: null
|
||||
_name: null
|
||||
_when:darwin: '! (brew list bash-completion | grep bash-completion)'
|
||||
_when:linux: '! (brew list bash-completion | grep bash-completion)'
|
||||
_when:darwin: '! brew list bash-completion | grep bash-completion > /dev/null'
|
||||
_when:linux: '! brew list bash-completion | grep bash-completion > /dev/null'
|
||||
brew:darwin: bash-completion
|
||||
brew:linux: bash-completion
|
||||
axel:
|
||||
|
|
Loading…
Reference in a new issue