Add doom emacs

This commit is contained in:
Alan Maciel
2024-07-05 14:40:51 -06:00
parent f0e6c9a81d
commit c284fe3dab
3 changed files with 9 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ CHOICES=(
"Dev Database Install development database in Docker"
"1password Manage your passwords securely across devices"
"Brave Chrome-based browser with built-in ad blocking"
"Doom Emacs Emacs framework with curated list of packages"
"Dropbox Sync files across computers with ease"
"OBS Studio Record screencasts with inputs from both display + webcam"
"Audacity Record and edit audio"

View File

@@ -0,0 +1,5 @@
sudo apt update -y
sudo apt upgrade -y
sudo apt install -y emacs cmake libtool-bin
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs
~/.config/emacs/bin/doom install

View File

@@ -0,0 +1,3 @@
sudo apt remove --purge -y emacs cmake libtool-bin
sudo rm -rf ~/.config/emacs
sudo rm -rf ~/.config/doom