Various minor updates and fixes
- add ~/.gitconfig - update hardcoded home directory links to `~` - Switch to using cargo/rustup's auto-generated fish config file instead of handling it in custom.fish
This commit is contained in:
parent
012e9b835f
commit
f11647376f
13 changed files with 28 additions and 14 deletions
|
@ -105,4 +105,7 @@ if command_exists "xbps-install"; then
|
|||
fi
|
||||
|
||||
# Wezterm
|
||||
cp ~/.wezterm.lua $GIT_DIR/wezterm.lua
|
||||
cp ~/.wezterm.lua $GIT_DIR/wezterm.lua
|
||||
|
||||
# Git config
|
||||
cp ~/.gitconfig $GIT_DIR/gitconfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue