33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
# .bashrc_paths - Machine-specific PATH additions and tool initializations
|
|
# Copy this file to .bashrc_paths and uncomment what's installed on this machine.
|
|
# When a tool (cargo, nvm, conda, etc.) appends lines to .bashrc, move them here instead.
|
|
|
|
# Neovim (installed by install_neovim.sh)
|
|
# [ -d /opt/nvim-linux64/bin ] && export PATH="/opt/nvim-linux64/bin:$PATH"
|
|
|
|
# Lua language server
|
|
# export PATH="$PATH:$HOME/lua-language-server/bin"
|
|
|
|
# Rust / Cargo
|
|
# [ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"
|
|
|
|
# opencode
|
|
# export PATH="$HOME/.opencode/bin:$PATH"
|
|
|
|
# NVM (Node Version Manager)
|
|
# export NVM_DIR="$HOME/.nvm"
|
|
# [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
|
# [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
|
|
|
|
# Deno
|
|
# export DENO_INSTALL="$HOME/.deno"
|
|
# export PATH="$DENO_INSTALL/bin:$PATH"
|
|
|
|
# Java / Gradle (installed by install_java_dev.sh)
|
|
# export JAVA_HOME=/opt/jdk-20.0.1
|
|
# export PATH=$PATH:$JAVA_HOME/bin
|
|
# export PATH=$PATH:/opt/gradle/gradle-8.1/bin
|
|
|
|
# Microsoft SQL Server tools
|
|
# export PATH=$PATH:/opt/mssql-tools18/bin
|