diff options
Diffstat (limited to 'script/bootstrap')
-rwxr-xr-x | script/bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/bootstrap b/script/bootstrap index ba61da9..1acfd22 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -216,6 +216,7 @@ install_dotfiles () { setup_gitconfig install_dotfiles +ln -s "$DOTFILES_ROOT/bin" "$HOME/bin" # If we're on a Mac, let's install and setup homebrew. if [ "$(uname -s)" == "Darwin" ] |