Skip to content

Instantly share code, notes, and snippets.

@silas
Last active August 31, 2015 23:24
Show Gist options
  • Select an option

  • Save silas/38919f1c6c49c8a2b285 to your computer and use it in GitHub Desktop.

Select an option

Save silas/38919f1c6c49c8a2b285 to your computer and use it in GitHub Desktop.
Setup dotfiles
#!/usr/bin/env bash
mkdir -p "$HOME/.local/bin"
curl -s 'https://raw.githubusercontent.com/silas/dot/master/dot' -o "$HOME/.local/bin/dot"
chmod 755 "$HOME/.local/bin/dot"
"$HOME/.local/bin/dot" install "https://github.com/silas/dotfiles"
source "$HOME/.bashrc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment