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