Adding in wezterm configurations and changing the colorscheme for neovim

to test out a slight variation.
This commit is contained in:
2025-02-13 08:48:40 -06:00
parent 9a0c153797
commit 0a742cfba1
3 changed files with 38 additions and 5 deletions

View File

@@ -21,3 +21,8 @@ if [ ! -L $HOME/.tmux.conf ]
then
ln -fs $PWD/tmux.conf $HOME/.tmux.conf
fi
if [ ! -L $HOME/.wezterm.lua ]
then
ln -fs $PWD/wezterm.lua $HOME/.wezterm.lua
fi