inital commit
This commit is contained in:
8
stow/dot-local/bin/stowhome
Executable file
8
stow/dot-local/bin/stowhome
Executable 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
|
||||
Reference in New Issue
Block a user