Update dotfiles (2026-03-03 22:48:21)
This commit is contained in:
Regular → Executable
+24
@@ -8,3 +8,27 @@ export EDITOR=nvim
|
||||
export PATH="/usr/lib/ccache/bin/:$HOME/tools/lua-language-server/:$PATH:/home/zach/.npm-g/bin"
|
||||
export PYTHONPATH="/home/zach/.local/lib/python3.12/site-packages"
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Binary Init
|
||||
# -----------------------------------------------------
|
||||
|
||||
# bun
|
||||
export BUN_INSTALL="$HOME/.bun"
|
||||
export PATH="$BUN_INSTALL/bin:$PATH"
|
||||
export MANPATH=$HOME/tools/ripgrep/doc/man:$MANPATH
|
||||
export FPATH=$HOME/tools/ripgrep/complete:$FPATH
|
||||
[ -s "/home/zach/.bun/_bun" ] && source "/home/zach/.bun/_bun"
|
||||
|
||||
## [Completion]
|
||||
[[ -f /home/zach/.config/.dart-cli-completion/zsh-config.zsh ]] && . /home/zach/.config/.dart-cli-completion/zsh-config.zsh || true
|
||||
|
||||
# Node
|
||||
export NVM_DIR="$HOME/.config/nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
|
||||
# Created by `pipx` on 2024-10-06 12:51:05
|
||||
export PATH="/home/zach/.local/bin:$PATH"
|
||||
|
||||
[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh
|
||||
|
||||
Regular → Executable
+3
-2
@@ -24,6 +24,7 @@ vencord() {
|
||||
# -----------------------------------------------------
|
||||
alias p='python3'
|
||||
|
||||
# alias cat='ccat'
|
||||
# alias less='cless'
|
||||
|
||||
alias dot='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||
alias dotfiles='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
||||
alias dot='python3 ~/.dotfiles/sync.py'
|
||||
|
||||
Regular → Executable
+5
@@ -23,8 +23,13 @@ plugins=(
|
||||
extract
|
||||
tldr
|
||||
universalarchive
|
||||
# colorize
|
||||
colored-man-pages
|
||||
)
|
||||
|
||||
# export ZSH_COLORIZE_TOOL=chroma
|
||||
# export ZSH_COLORIZE_CHROMA_FORMATTER=terminal8
|
||||
|
||||
# Set-up oh-my-zsh
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
|
||||
Regular → Executable
Reference in New Issue
Block a user