From 8fd7494aace5b7de6c3dd72519a5b5726b81c727 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 29 Jun 2024 11:00:31 -0400 Subject: [PATCH] Add init script. --- init.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 init.sh diff --git a/init.sh b/init.sh new file mode 100644 index 0000000..06def9e --- /dev/null +++ b/init.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +git submodule update --recursive --init +sudo apt install git stow vim xsel xclip tmux ranger clang yakuake wget curl golang-go +go install github.com/arl/gitmux@latest +source ~/.bashrc +stow . -t ~ +