inital commit

This commit is contained in:
2025-08-16 15:52:50 +02:00
commit 8cfb57f4be
45 changed files with 223 additions and 0 deletions

8
stow/dot-local/bin/stowhome Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
if [ "$*" == "" ]
do
echo "you must supply at least one package"
else
stow --dir "$HOME/.config/dotfiles" --target "$HOME" --dotfiles $*
fi