mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
feat(emacs): add some basic setup for emacs/doom
This commit is contained in:
6
setup.sh
6
setup.sh
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user