Let people own their own basic configs

Just call for defaults, then overwrite
This commit is contained in:
David Heinemeier Hansson
2024-05-27 09:01:23 -07:00
parent 730a1c86ae
commit 8dc16ca981
10 changed files with 73 additions and 91 deletions

5
defaults/bash/init Normal file
View File

@ -0,0 +1,5 @@
eval "$(rbenv init - bash)"
eval "$(nodenv init -)"
eval "$(zoxide init bash)"
eval "$(zellij setup --generate-auto-start bash)"
source /usr/share/doc/fzf/examples/key-bindings.bash