new rofi themes, added paths to fish
This commit is contained in:
parent
dfd988911d
commit
3b52e910b6
13 changed files with 211 additions and 625 deletions
|
@ -12,9 +12,22 @@ bind "[3;5~" kill-word
|
|||
|
||||
|
||||
export EDITOR="nvim"
|
||||
export TERMINAL="alacritty"
|
||||
export TERMINAL_PROG="alacritty"
|
||||
export BROWSER="firefox"
|
||||
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
|
||||
export GOPATH="$XDG_DATA_HOME/go"
|
||||
|
||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||
export MANROFFOPT="-c"
|
||||
|
||||
|
||||
|
||||
|
||||
set -q GHCUP_INSTALL_BASE_PREFIX[1]; or set GHCUP_INSTALL_BASE_PREFIX $HOME ; set -gx PATH $HOME/.cabal/bin /home/tsousa/.ghcup/bin $PATH # ghcup-env
|
||||
fish_add_path $HOME/.local/share/nvim/mason/bin/
|
||||
fish_add_path $HOME/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin
|
||||
|
@ -23,7 +36,6 @@ fish_add_path $HOME/.config/emacs/bin
|
|||
|
||||
starship init fish | source
|
||||
|
||||
|
||||
# >>> conda initialize >>>
|
||||
# !! Contents within this block are managed by 'conda init' !!
|
||||
if test -f /home/tsousa/.miniconda3/bin/conda
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue