Latest
This commit is contained in:
parent
bf8c718e73
commit
9b0c54776b
3 changed files with 11 additions and 1 deletions
|
@ -325,7 +325,7 @@ https://github.com/carlospolop/PEASS-ng
|
||||||
|
|
||||||
|
|
||||||
https://github.com/utmapp/UTM
|
https://github.com/utmapp/UTM
|
||||||
https://github.com/CodeEditApp/CodeEdit
|
|
||||||
https://github.com/ianyh/Amethyst
|
https://github.com/ianyh/Amethyst
|
||||||
https://github.com/pock/pock
|
https://github.com/pock/pock
|
||||||
https://github.com/lwouis/alt-tab-macos
|
https://github.com/lwouis/alt-tab-macos
|
||||||
|
|
|
@ -490,6 +490,7 @@ softwareGroups:
|
||||||
- rkhunter
|
- rkhunter
|
||||||
Essentials-Desktop: &Essentials-Desktop
|
Essentials-Desktop: &Essentials-Desktop
|
||||||
- autokey
|
- autokey
|
||||||
|
- codeedit
|
||||||
- eul
|
- eul
|
||||||
- firefox
|
- firefox
|
||||||
- flow-launcher
|
- flow-launcher
|
||||||
|
|
|
@ -664,6 +664,15 @@ softwarePackages:
|
||||||
_home: https://astronvim.github.io/
|
_home: https://astronvim.github.io/
|
||||||
_name: AstroNvim
|
_name: AstroNvim
|
||||||
_post: nvim --headless -c 'autocmd User PackerComplete quitall'
|
_post: nvim --headless -c 'autocmd User PackerComplete quitall'
|
||||||
|
codeedit:
|
||||||
|
_bin: codeedit
|
||||||
|
_desc:
|
||||||
|
_docs:
|
||||||
|
_github:
|
||||||
|
_home:
|
||||||
|
_name: CodeEdit
|
||||||
|
_when:cask: echo '! test -d /Applications/CodeEdit.app' | bash
|
||||||
|
cask: codeedit
|
||||||
auto-install:
|
auto-install:
|
||||||
_bin: auto-install
|
_bin: auto-install
|
||||||
_desc: '[auto-install](https://github.com/siddharthkp/auto-install) installs dependencies as you code'
|
_desc: '[auto-install](https://github.com/siddharthkp/auto-install) installs dependencies as you code'
|
||||||
|
|
Loading…
Reference in a new issue