From 3b2a78935fd6550521f719a10e5b0fceb1ddb350 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 15 Feb 2023 16:31:56 +0100 Subject: Not really but, First commit! --- stowcmds.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 stowcmds.sh (limited to 'stowcmds.sh') diff --git a/stowcmds.sh b/stowcmds.sh new file mode 100644 index 0000000..385623d --- /dev/null +++ b/stowcmds.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash +d="$1" + +mkdir "$d/bin" +stow -d bin/ -t "$d/bin" common dmscripts extra zshrc + +mkdir "$d/.config" +stow -d config/ -t "$d/.config" essentials common extra theme X + +stow -d config/ -t "$d/" zshrc -- cgit v1.2.3-70-g09d2