Update doom, justfile, zshrc

This commit is contained in:
Jeffrey Serio 2025-03-07 23:41:03 -06:00
parent 476c9db6e6
commit 896a5dc919
4 changed files with 6 additions and 3 deletions

View File

@ -6,3 +6,4 @@ clipboard-trim-trailing-spaces = true
clipboard-paste-protection = false
term = xterm-256color
window-decoration = false
link-url = true

View File

@ -16,7 +16,6 @@
(package! elfeed)
(package! elfeed-protocol)
(package! elpher)
(package! ement)
(package! evil-nerd-commenter)
(package! gemini :recipe
(:host nil :repo "https://git.carcosa.net/jmcbray/gemini.el"))

View File

@ -59,13 +59,14 @@ python-tools:
pipx install nose --force
pipx install pytest --force
pipx install uv --force
pipx install qbt-helper --force
pipx install get-def --force
pipx install print-links --force
pipx install print-wp-sources --force
pipx install get-def --force
pipx install dl-sh-source --force
pipx install dl-wp-pdf --force
pipx install bpython bs4
pipx inject bpython bs4
pipx inject bpython requests
pipx inject bpython rich
pipx inject bpython qbittorrent-api

View File

@ -104,7 +104,9 @@ export PATH="${HOME}/bin:${PATH}"
export PATH="${HOME}/go/bin:${PATH}"
# Add ~/.cargo/bin to PATH
export PATH="${HOME}/.cargo/bin:${PATH}"
if test -d "${HOME}/.cargo/bin"; then
export PATH="${HOME}/.cargo/bin:${PATH}"
fi
# Linuxbrew
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"