Update fish configurations and add others (Neovim, Ranger, Alacritty)

This commit is contained in:
Fabio Scotto di Santolo
2024-06-05 09:22:06 +02:00
parent 87a9a52283
commit 716fbe0f2e
35 changed files with 381 additions and 5 deletions

0
fish/completions/exercism.fish Normal file → Executable file
View File

0
fish/completions/fisher.fish Normal file → Executable file
View File

0
fish/completions/fzf_configure_bindings.fish Normal file → Executable file
View File

0
fish/completions/sdk.fish Normal file → Executable file
View File

0
fish/conf.d/done.fish Normal file → Executable file
View File

0
fish/conf.d/fzf.fish Normal file → Executable file
View File

2
fish/conf.d/rustup.fish Normal file → Executable file
View File

@@ -1 +1 @@
source "$HOME/.cargo/env.fish"
#source "$HOME/.cargo/env.fish"

0
fish/conf.d/sdk.fish Normal file → Executable file
View File

6
fish/config.fish Normal file → Executable file
View File

@@ -2,7 +2,7 @@
# Hide welcome message & ensure we are reporting fish as shell
set fish_greeting
set VIRTUAL_ENV_DISABLE_PROMPT "1"
set -xU MANPAGER "sh -c 'col -bx | batcat -l man -p'"
set -xU MANPAGER "sh -c 'col -bx | bat -l man -p'"
set -xU MANROFFOPT "-c"
set -x SHELL /usr/bin/fish
@@ -31,7 +31,7 @@ end
## Starship prompt
if status --is-interactive
source ("/usr/local/bin/starship" init fish --print-full-init | psub)
source ("/usr/bin/starship" init fish --print-full-init | psub)
end
## Advanced command-not-found hook
@@ -111,7 +111,7 @@ alias lt 'eza -aT --color=always --group-directories-first --icons' # tree listi
alias l. 'eza -ald --color=always --group-directories-first --icons .*' # show only dotfiles
# Replace some more things with better alternatives
alias cat 'batcat --style header --style snip --style changes --style header'
alias cat 'bat --style header --style snip --style changes --style header'
# Common use
alias .. 'cd ..'

0
fish/fish_plugins Normal file → Executable file
View File

2
fish/fish_variables Normal file → Executable file
View File

@@ -2,7 +2,7 @@
# VERSION: 3.0
SETUVAR --export GOBIN:/home/fscotto/\x2elocal/share/go/bin
SETUVAR --export GOPATH:/home/fscotto/\x2elocal/share/go
SETUVAR --export MANPAGER:sh\x20\x2dc\x20\x27col\x20\x2dbx\x20\x7c\x20batcat\x20\x2dl\x20man\x20\x2dp\x27
SETUVAR --export MANPAGER:sh\x20\x2dc\x20\x27col\x20\x2dbx\x20\x7c\x20bat\x20\x2dl\x20man\x20\x2dp\x27
SETUVAR --export MANROFFOPT:\x2dc
SETUVAR __done_min_cmd_duration:10000
SETUVAR __done_notification_urgency_level:low

0
fish/functions/__bass.py Normal file → Executable file
View File

0
fish/functions/__sdkman-noexport-init.sh Normal file → Executable file
View File

0
fish/functions/_fzf_configure_bindings_help.fish Normal file → Executable file
View File

0
fish/functions/_fzf_extract_var_info.fish Normal file → Executable file
View File

0
fish/functions/_fzf_preview_changed_file.fish Normal file → Executable file
View File

0
fish/functions/_fzf_preview_file.fish Normal file → Executable file
View File

0
fish/functions/_fzf_report_diff_type.fish Normal file → Executable file
View File

0
fish/functions/_fzf_report_file_type.fish Normal file → Executable file
View File

0
fish/functions/_fzf_search_directory.fish Normal file → Executable file
View File

0
fish/functions/_fzf_search_git_log.fish Normal file → Executable file
View File

0
fish/functions/_fzf_search_git_status.fish Normal file → Executable file
View File

0
fish/functions/_fzf_search_history.fish Normal file → Executable file
View File

0
fish/functions/_fzf_search_processes.fish Normal file → Executable file
View File

0
fish/functions/_fzf_search_variables.fish Normal file → Executable file
View File

0
fish/functions/_fzf_wrapper.fish Normal file → Executable file
View File

0
fish/functions/bass.fish Normal file → Executable file
View File

0
fish/functions/fisher.fish Normal file → Executable file
View File

0
fish/functions/fzf_configure_bindings.fish Normal file → Executable file
View File

0
fish/functions/sdk.fish Normal file → Executable file
View File