Skip to content

Commit

Permalink
Add doom emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmaciel authored and dhh committed Jul 12, 2024
1 parent 97ed702 commit 8da8801
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/omakub-sub/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions install/desktop/optional/app-doom-emacs.sh
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions uninstall/app-doom-emacs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sudo apt remove --purge -y emacs cmake libtool-bin
sudo rm -rf ~/.config/emacs
sudo rm -rf ~/.config/doom

0 comments on commit 8da8801

Please sign in to comment.