Files
dotfiles/bootstrap.sh

8 lines
184 B
Bash
Executable File

#!/bin/bash
git clone git@github.com:nikdoof/dotfiles.git $HOME/.dotfiles
cd $HOME/.dotfiles/
for package in bin bash; do
echo "Stowing ${package}"
./bin/bin/stowage $package
done