add readme and some minor config changes

This commit is contained in:
2025-08-16 17:11:43 +02:00
parent 8cfb57f4be
commit f414fef84b
4 changed files with 79 additions and 2 deletions

View File

@@ -1,8 +1,11 @@
#!/bin/bash
if [ "$*" == "" ]
do
then
echo "you must supply at least one package"
echo
echo "packages:"
cd "$HOME/.config/dotfiles" && find . -maxdepth 1 -type d -not -name ".git" -not -name "." | sed -e 's|^.\/| - |'
else
stow --dir "$HOME/.config/dotfiles" --target "$HOME" --dotfiles $*
fi