diff --git a/docs/TODO.md b/docs/TODO.md index c35319c0..575d4016 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -325,7 +325,7 @@ https://github.com/carlospolop/PEASS-ng https://github.com/utmapp/UTM -https://github.com/CodeEditApp/CodeEdit + https://github.com/ianyh/Amethyst https://github.com/pock/pock https://github.com/lwouis/alt-tab-macos diff --git a/home/.chezmoidata.yaml b/home/.chezmoidata.yaml index 0fcaa5e3..4dd15260 100644 --- a/home/.chezmoidata.yaml +++ b/home/.chezmoidata.yaml @@ -490,6 +490,7 @@ softwareGroups: - rkhunter Essentials-Desktop: &Essentials-Desktop - autokey + - codeedit - eul - firefox - flow-launcher diff --git a/software.yml b/software.yml index abddc741..45950fb6 100644 --- a/software.yml +++ b/software.yml @@ -664,6 +664,15 @@ softwarePackages: _home: https://astronvim.github.io/ _name: AstroNvim _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: _bin: auto-install _desc: '[auto-install](https://github.com/siddharthkp/auto-install) installs dependencies as you code'