From 91cd656da33607365f92424219ab41e645968467 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Wed, 8 Dec 2021 14:55:55 -0500 Subject: [PATCH] Prep for Doom Emacs + dependencies --- bootstrap.sh | 2 +- zsh/.zprofile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 5b08402..a650d25 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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" diff --git a/zsh/.zprofile b/zsh/.zprofile index 17f66ed..9293cc9 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -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