feat(emacs): add some basic setup for emacs/doom

This commit is contained in:
Stefan Imhoff
2025-03-28 19:44:19 +01:00
parent 8ca86658c7
commit 7c9777f0d5
6 changed files with 333 additions and 1 deletions

View File

@@ -119,7 +119,7 @@ atuin login
# Configure GPG to use pinentry-mac
echo "Configuring GPG to use pinentry-mac …"
echo "pinentry-program /opt/homebrew/bin/pinentry-mac" >> ~/.gnupg/gpg-agent.conf
echo "pinentry-program /opt/homebrew/bin/pinentry-mac" >>~/.gnupg/gpg-agent.conf
gpgconf --kill gpg-agent
gpg-agent --daemon
./bin/gpg-keys-restore
@@ -128,6 +128,10 @@ gpg-agent --daemon
./private/asdf/init.sh
asdf reshim
# Install Doom Emacs
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs
~/.config/emacs/bin/doom install
# Project setup
./private/bin/project-setup