Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 463 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 463 Bytes

Bootstrapping

To bootstrap a new box, execute:

git clone https://github.com/andsens/homeshick.git "$HOME/.homesick/repos/homeshick"
source "$HOME/.homesick/repos/homeshick/homeshick.sh"
homeshick clone pose/dotfiles

# Execute specific macOS bootstrapping
[[ $OSTYPE == *"darwin"* ]] && bootstrap-macos.sh

Testing

An empty Docker container is used to verify that the bootstrapping works correctly. Execute:

cd test && ./run-test.sh