Skip to content

Commit

Permalink
Create ~/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-steinhoff authored Apr 19, 2019
1 parent a3ec566 commit 9112750
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/bootstrap-dotfiles
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git "${HOME}/.oh-m
git clone --depth=1 https://github.com/Bash-it/bash-it.git "${HOME}/.bash_it"

curl -s -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim


mkdir "${HOME}/bin"
curl -s -o "${HOME}/bin/mote" https://raw.githubusercontent.com/ksofa2/mote/master/mote
chmod +x "${HOME}/bin/mote"

0 comments on commit 9112750

Please sign in to comment.