diff --git a/bash/.bashrc b/bash/.bashrc index e1cbe93..73312d0 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -148,3 +148,8 @@ export PATH="$HOME/.serverless/bin:$PATH" export PATH=$HOME/go/bin:$PATH export PATH="$HOME/.local/bin:$PATH" +export PATH="$HOME/.npm-global/bin:$PATH" + +# bun +export BUN_INSTALL="$HOME/.bun" +export PATH="$BUN_INSTALL/bin:$PATH" diff --git a/emacs/.emacs-custom.el b/emacs/.emacs-custom.el index f42e19f..a61214f 100644 --- a/emacs/.emacs-custom.el +++ b/emacs/.emacs-custom.el @@ -38,11 +38,7 @@ '("+project-someday/-DONE" ("WAITING" "TODO" "NEXT" "DELEGATED" "CANCELLED") ("ignore" "someday") "")) - '(package-selected-packages - '(company consult deft denote dockerfile-mode flycheck git-link - go-mode graphql-mode lsp-ui magit nix-mode orderless - prettier-js treemacs vertico web-mode wgrep yaml-mode - yasnippet)) + '(package-selected-packages nil) '(pcomplete-ignore-case t t) '(prettier-js-args '("prettier")) '(prettier-js-command "npx")