aboutsummaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-08-09 23:19:35 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-08-09 23:19:35 +0100
commite9903ab20e73c55e22aaabea2b38766aec80a4b7 (patch)
tree0b51202b9b9f5faddaa8136d8740eea52ab02c0c /setup
parent626f96bd0293f252f3c05ea4b9534bb319e0c627 (diff)
downloaddotnvim-e9903ab20e73c55e22aaabea2b38766aec80a4b7.tar.gz
dotnvim-e9903ab20e73c55e22aaabea2b38766aec80a4b7.zip
Back to gruvbox :(
Diffstat (limited to 'setup')
-rwxr-xr-xsetup4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup b/setup
index d381799..7259d31 100755
--- a/setup
+++ b/setup
@@ -7,9 +7,7 @@ rm -f ~/.tmux.conf
ln -s ~/.config/nvim/tmux.conf ~/.tmux.conf
echo "Setting symlinks for wezterm..."
-mkdir -p ~/.config/wezterm/colors/
-rm -f ~/.config/wezterm/colors/wezterm_tokyonight_storm.toml
-ln -s ~/.config/nvim/wezterm_tokyonight_storm.toml ~/.config/wezterm/colors/wezterm_tokyonight_storm.toml
+mkdir -p ~/.config/wezterm/
rm -f ~/.config/wezterm/wezterm.lua
ln -s ~/.config/nvim/wezterm.lua ~/.config/wezterm/wezterm.lua