initial commit

This commit is contained in:
2023-05-18 22:47:13 -04:00
commit ef72ad61bd
20 changed files with 2220 additions and 0 deletions

12
install Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
#
# Install my dotfiles.
#
which stow >/dev/null 2>&1
if [ $? -ne 0 ]; then
echo "stow is not installed" >&2
exit 1
fi
ls -d */ | tr -d / | xargs stow -R