Update doom, justfile, zshrc
This commit is contained in:
parent
476c9db6e6
commit
896a5dc919
@ -6,3 +6,4 @@ clipboard-trim-trailing-spaces = true
|
||||
clipboard-paste-protection = false
|
||||
term = xterm-256color
|
||||
window-decoration = false
|
||||
link-url = true
|
||||
|
@ -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"))
|
||||
|
@ -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
|
||||
|
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user