From 736b7d36fc49c1c16dadc54210a286efb5d644f3 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 4 Jun 2022 13:33:39 +0100 Subject: First step to move to only nvim --- setup | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 setup (limited to 'setup') diff --git a/setup b/setup new file mode 100755 index 0000000..d381799 --- /dev/null +++ b/setup @@ -0,0 +1,17 @@ +#!/bin/bash + +set +e + +echo "Setting symlinks for tmux..." +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 +rm -f ~/.config/wezterm/wezterm.lua +ln -s ~/.config/nvim/wezterm.lua ~/.config/wezterm/wezterm.lua + +echo "Done" + -- cgit v1.2.3