diff options
author | Camil Staps | 2015-10-29 23:54:27 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:06 +0100 |
commit | 2322b0c9dffff484b4c4b1f6da469e727cf8cac9 (patch) | |
tree | 7a5325dd357d343294cadf2dd508724ef7c5e7a9 /script/bootstrap | |
parent | Default tex type (diff) |
bin directory fix; profile; xinitrc
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" ] |