bootstrap/bootstrap.sh

11 lines
183 B
Bash
Executable File

#! /bin/bash
destdir="$HOME/.dotfiles"
set -e
git clone git@git.desu.ltd:salt/dotfiles \
--recurse-submodules \
"$destdir"
pushd "$destdir"
stow --adopt base
git checkout -- .
popd