Add more complex user setup for eliribble

Includes fish functions and neovim via nix
This commit is contained in:
Eli Ribble 2025-07-16 13:37:35 -07:00
parent 0c8fea347a
commit c022445849
13 changed files with 153 additions and 20 deletions

View file

@ -0,0 +1,5 @@
function refresh_tmux_vars --on-event="fish_preexec"
if set -q TMUX
tmux showenv -s | string replace -rf '^((?:SSH|DISPLAY).*?)=(".*?"); export.*' 'set -gx $1 $2' | source
end
end

View file

@ -0,0 +1,9 @@
set indentexpr=
set noautoindent
set nocindent
set noexpandtab
set nosmartindent
set nosmarttab
set nu
set tabstop=4
filetype indent off

View file

@ -0,0 +1,9 @@
set indentexpr=
set noautoindent
set nocindent
set noexpandtab
set nosmartindent
set nosmarttab
set nu
set tabstop=4
filetype indent off

View file

@ -0,0 +1,2 @@
colorscheme koehler
set nu