Skip to content

Instantly share code, notes, and snippets.

@louiscklaw
Last active May 7, 2021 10:13
Show Gist options
  • Save louiscklaw/1812cd90180530fef998bf6de37a621f to your computer and use it in GitHub Desktop.
Save louiscklaw/1812cd90180530fef998bf6de37a621f to your computer and use it in GitHub Desktop.
bootstrap
#!/bin/bash
# curl -L http://bit.ly/louislabs-bootstrap |sh
echo "helloworld"
cd ~
mkdir -p _workspace
pushd $HOME/_workspace
git clone https://github.com/louiscklaw/dotfiles.git
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment