feat(revamp): add zsh and neovim configs, add an install script and a dependencies list
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Environment variables
|
||||
|
||||
export VISUAL=nvim
|
||||
export EDITOR="$VISUAL"
|
||||
export GPG_TTY=$TTY
|
||||
export LESS='-g -i -M -R -S -w -z -4'
|
||||
export RTK_TELEMETRY_DISABLED=1
|
||||
|
||||
# PATH vars
|
||||
export GOPATH="$HOME/go"
|
||||
|
||||
# PATH additions
|
||||
typeset -U path
|
||||
path=(
|
||||
$HOME/bin
|
||||
$HOME/.local/bin
|
||||
$HOME/.cargo/bin
|
||||
$HOME/go/bin
|
||||
$HOME/.local/share/gem/ruby/3.0.0/bin
|
||||
$HOME/Android/Sdk/platform-tools
|
||||
$HOME/Android/Sdk/emulator
|
||||
$GOPATH/bin
|
||||
$path
|
||||
)
|
||||
Reference in New Issue
Block a user