commit 6f0ae66bdd32105c673609ba1c802f5dfbe2628f
parent 9917e7873fa27ba6534d99ed7fbf43b90bafdbb5
Author: Benjamin Paul <bpaul@bpaul.xyz>
Date: Sat, 11 Mar 2023 17:18:04 +1000
I am going to start using this repo more!! stow.sh is just stow with set arguments which lets you add markdown files to the stowed folders!! yay!!
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1 @@
+nvim/.config/nvim/plugin/packer_compiled.lua
diff --git a/stow.sh b/stow.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+stow --ignore=md -t $HOME $1 $2