Switched from zsh to fish
Add neomutt config Add mpd config Update bspwm config Update sxhkd config Update qutebrowser config Update tmux config Update xinitrc
This commit is contained in:
70
config/fish/conf.d/env.fish
Normal file
70
config/fish/conf.d/env.fish
Normal file
@@ -0,0 +1,70 @@
|
||||
# GTK
|
||||
export GTK_RC_FILES="$XDG_CONFIG_HOME"/gtk-1.0/gtkrc
|
||||
export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc
|
||||
|
||||
# Notmuch
|
||||
export NOTMUCH_CONFIG="$XDG_CONFIG_HOME"/notmuch/notmuchrc
|
||||
export NMBGIT="$XDG_DATA_HOME"/notmuch/nmbug
|
||||
|
||||
# Less
|
||||
export LESSKEY="$XDG_CONFIG_HOME"/less/lesskey
|
||||
export LESSHISTFILE="$XDG_CACHE_HOME"/less/history
|
||||
|
||||
# Rust
|
||||
export RUSTUP_HOME="$XDG_DATA_HOME"/rustup
|
||||
export CARGO_HOME="$XDG_DATA_HOME"/cargo
|
||||
|
||||
# Android
|
||||
export ANDROID_SDK_HOME="$XDG_CONFIG_HOME"/android
|
||||
export ADB_VENDOR_KEY="$XDG_CONFIG_HOME"/android
|
||||
export ANDROID_PREFS_ROOT="$XDG_CONFIG_HOME"/android
|
||||
export ADB_KEYS_PATH="$ANDROID_PREFS_ROOT"
|
||||
export ANDROID_EMULATOR_HOME="$XDG_DATA_HOME"/android/emulator
|
||||
|
||||
# Node
|
||||
export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc
|
||||
export npm_config_prefix=$XDG_DATA_HOME/node_modules
|
||||
|
||||
# Wine
|
||||
export WINEPREFIX="$XDG_DATA_HOME"/wineprefixes/default
|
||||
|
||||
# Java
|
||||
export _JAVA_OPTIONS=-Djava.util.prefs.userRoot="$XDG_CONFIG_HOME"/java
|
||||
export GRADLE_USER_HOME="$XDG_DATA_HOME"/gradle
|
||||
|
||||
# Python
|
||||
export PYLINTHOME="$XDG_CACHE_HOME"/pylint
|
||||
export PYTHONSTARTUP="$XDG_CONFIG_HOME"/python/startup.py
|
||||
|
||||
# export XAUTHORITY="$XDG_RUNTIME_DIR"/xauthority
|
||||
export gnome_user_dir="$XDG_CONFIG_HOME"/gnome/apps
|
||||
|
||||
# LaTeX
|
||||
export TEXMFHOME=$XDG_DATA_HOME/texmf
|
||||
export TEXMFVAR=$XDG_CACHE_HOME/texlive/texmf-var
|
||||
export TEXMFCONFIG=$XDG_CONFIG_HOME/texlive/texmf-config
|
||||
|
||||
# Ruby gems
|
||||
export GEM_HOME="$XDG_DATA_HOME"/gem
|
||||
export GEM_SPEC_CACHE="$XDG_CACHE_HOME"/gem
|
||||
export BUNDLE_USER_CONFIG="$XDG_CONFIG_HOME"/bundle BUNDLE_USER_CACHE="$XDG_CACHE_HOME"/bundle BUNDLE_USER_PLUGIN="$XDG_DATA_HOME"/bundle
|
||||
|
||||
# LANG
|
||||
export LANG=en_US.UTF-8
|
||||
export LC_CTYPE=en_US.UTF-8
|
||||
|
||||
# sxhkd
|
||||
export SXHKD_SHELL="/bin/sh"
|
||||
|
||||
# fzf
|
||||
export FZF_DEFAULT_COMMAND='fd --type f'
|
||||
|
||||
# Pass
|
||||
export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass
|
||||
|
||||
# EDITOR
|
||||
export EDITOR=nvim
|
||||
export VISUAL=nvim
|
||||
|
||||
# GPG
|
||||
export GPG_TTY=(tty)
|
||||
2
config/fish/conf.d/path.fish
Normal file
2
config/fish/conf.d/path.fish
Normal file
@@ -0,0 +1,2 @@
|
||||
export PATH="$PATH:/home/fs0c131y/.local/bin:/home/fs0c131y/.local/share/gem/bin:/home/fs0c131y/.local/share/node_modules/bin:/home/fs0c131y/.local/share/cargo/bin"
|
||||
|
||||
1
config/fish/conf.d/starship.fish
Normal file
1
config/fish/conf.d/starship.fish
Normal file
@@ -0,0 +1 @@
|
||||
starship init fish | source
|
||||
1
config/fish/conf.d/zoxide.fish
Normal file
1
config/fish/conf.d/zoxide.fish
Normal file
@@ -0,0 +1 @@
|
||||
zoxide init fish | source
|
||||
10
config/fish/config.fish
Normal file
10
config/fish/config.fish
Normal file
@@ -0,0 +1,10 @@
|
||||
function man
|
||||
set oldIFS "$IFS"
|
||||
set IFS ""
|
||||
set page (/usr/bin/man "$argv" | col -b)
|
||||
if ! [ -z "$page" ]
|
||||
echo "$page" | nvim -R -c 'set ft=man nomod nolist' -
|
||||
end
|
||||
|
||||
set IFS "$oldIFS"
|
||||
end
|
||||
44
config/fish/fish_variables
Normal file
44
config/fish/fish_variables
Normal file
@@ -0,0 +1,44 @@
|
||||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR __fish_initialized:3100
|
||||
SETUVAR _fish_abbr_c:checkmail
|
||||
SETUVAR _fish_abbr_cat:bat
|
||||
SETUVAR _fish_abbr_cd:z
|
||||
SETUVAR _fish_abbr_ll:exa\x20\x2dal
|
||||
SETUVAR _fish_abbr_ls:exa
|
||||
SETUVAR _fish_abbr_m:neomutt
|
||||
SETUVAR _fish_abbr_n:notmuch
|
||||
SETUVAR _fish_abbr_p:pacman
|
||||
SETUVAR _fish_abbr_rpc:patch\x20\x2dp0\x20\x3c\x20\x7e/\x2elocal/share/console\x2ediff
|
||||
SETUVAR _fish_abbr_s:source\x20venv/bin/activate\x2efish
|
||||
SETUVAR _fish_abbr_sl:exa
|
||||
SETUVAR _fish_abbr_t:/home/fs0c131y/\x2econfig/tmux/start\x2dtmux
|
||||
SETUVAR _fish_abbr_v:nvim
|
||||
SETUVAR fish_color_autosuggestion:555\x1ebrblack
|
||||
SETUVAR fish_color_cancel:\x2dr
|
||||
SETUVAR fish_color_command:005fd7
|
||||
SETUVAR fish_color_comment:990000
|
||||
SETUVAR fish_color_cwd:green
|
||||
SETUVAR fish_color_cwd_root:red
|
||||
SETUVAR fish_color_end:009900
|
||||
SETUVAR fish_color_error:ff0000
|
||||
SETUVAR fish_color_escape:00a6b2
|
||||
SETUVAR fish_color_history_current:\x2d\x2dbold
|
||||
SETUVAR fish_color_host:normal
|
||||
SETUVAR fish_color_host_remote:yellow
|
||||
SETUVAR fish_color_normal:normal
|
||||
SETUVAR fish_color_operator:00a6b2
|
||||
SETUVAR fish_color_param:00afff
|
||||
SETUVAR fish_color_quote:999900
|
||||
SETUVAR fish_color_redirection:00afff
|
||||
SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack
|
||||
SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack
|
||||
SETUVAR fish_color_status:red
|
||||
SETUVAR fish_color_user:brgreen
|
||||
SETUVAR fish_color_valid_path:\x2d\x2dunderline
|
||||
SETUVAR fish_greeting:
|
||||
SETUVAR fish_key_bindings:fish_default_key_bindings
|
||||
SETUVAR fish_pager_color_completion:\x1d
|
||||
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
||||
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||
Reference in New Issue
Block a user