From 42b6ae1ba6cf9ea9d05ccbe81b390c8be0863d43 Mon Sep 17 00:00:00 2001 From: "Chanwut (Mick) Kittivorawong" Date: Thu, 3 Nov 2022 17:09:38 -0700 Subject: [PATCH] setup script --- setup.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 setup.sh diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..0171a0a --- /dev/null +++ b/setup.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +mkdir -p ~/.installs + +TMUX_DIR='~/.installs/tmux-config' + +git clone git@github.com:chanwutk/tmux-config.git $TMUX_DIR + +ln -s -f $TMUX_DIR/.tmux.conf ~/.tmux.conf +ln -s -f $TMUX_DIR/.tmux.conf.local ~/.tmux.conf.local \ No newline at end of file