From 9b0c54776b09e261dbd4c641e35f0ff72d0d0bfb Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Fri, 16 Jun 2023 21:39:47 +0000 Subject: [PATCH] Latest --- docs/TODO.md | 2 +- home/.chezmoidata.yaml | 1 + software.yml | 9 +++++++++ 3 files changed, 11 insertions(+), 1 deletion(-) 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'