Skip to content

Commit

Permalink
do not make gitshots directory by default
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed Feb 10, 2017
1 parent 5458409 commit 5605cd4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ source ./lib_sh/requirers.sh

bot "Hi! I'm going to install tooling and tweak your system settings. Here I go..."

# ensure ~/.gitshots exists to prevent "Error." in terminal after git commits
# TODO: use node/yoeman to templatize elements of this project and use inquerer to ask if the
# user wants to use gitshots
mkdir -p ~/.gitshots

# Ask for the administrator password upfront
if sudo grep -q "# %wheel\tALL=(ALL) NOPASSWD: ALL" "/etc/sudoers"; then

Expand Down

0 comments on commit 5605cd4

Please sign in to comment.