initial commit

This commit is contained in:
venus
2026-03-11 21:24:14 -05:00
parent f71bb8d6b7
commit f7e479f8a5
4 changed files with 193 additions and 202 deletions

9
.zshrc
View File

@@ -10,11 +10,9 @@ fi
# default programs
export EDITOR="nvim"
export TERM="st"
export TERMINAL="st"
export MUSPLAYER="termusic"
# export MUSPLAYER="termusic"
export BROWSER="firefox"
export BROWSER2="librewolf"
# export BROWSER2="librewolf"
# export DISPLAY=:0 # useful for some scripts
# follow XDG base dir specification
@@ -31,6 +29,7 @@ export PYTHON_HISTORY="$XDG_DATA_HOME/python/history"
# add scripts to path
export PATH="$XDG_CONFIG_HOME/scripts:$PATH"
export PATH="$PATH:$HOME/.local/share/cargo/bin/"
# moving other files and some other vars
export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc"
@@ -56,7 +55,7 @@ export DATE=$(date "+%A, %B %e %_I:%M%P")
export FZF_DEFAULT_OPTS="--style minimal --color 16 --layout=reverse --height 30% --preview='bat -p --color=always {}'"
export FZF_CTRL_R_OPTS="--style minimal --color 16 --info inline --no-sort --no-preview" # separate opts for history widget
export MANPAGER="less -R --use-color -Dd+r -Du+b" # colored man pages
export MANPAGER='nvim +Man!'
# colored less + termcap vars
export LESS="R --use-color -Dd+r -Du+b"