Prep for Doom Emacs + dependencies

This commit is contained in:
earnest ma 2021-12-08 14:55:55 -05:00
parent 43fbd18370
commit 91cd656da3
No known key found for this signature in database
GPG Key ID: A343F43342EB6E2A
2 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,7 @@ set_post_extra(){
install_dev(){
sudo dnf groupinstall -y "Development Tools"
sudo dnf install -y direnv stow exa fzf
sudo dnf install -y direnv stow exa fzf fd-find ripgrep
sudo dnf install -y git-email git-publish
set_post_extra "Install ghq and VSCodium"

View File

@ -20,6 +20,7 @@ export EDITOR=nvim
pathadd_tail '/envs/bin'
pathadd_head "$HOME/.local/bin"
pathadd_head '/tmp/bin'
pathadd_head "$HOME/.config/emacs/bin"
# Preferences
export CALIBRE_USE_SYSTEM_THEME=0