bootstrap/bootstrap.sh

11 lines
183 B
Bash
Raw Normal View History

2020-08-10 23:35:41 -05:00
#! /bin/bash
destdir="$HOME/.dotfiles"
2020-08-10 23:35:41 -05:00
set -e
git clone git@git.desu.ltd:salt/dotfiles \
--recurse-submodules \
"$destdir"
pushd "$destdir"
stow --adopt base
git checkout -- .
popd