Skip to content

Commit

Permalink
feat: change to not require sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnewton committed Nov 3, 2020
1 parent fa715ab commit 89350ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/dotfiles
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# constants
readonly PROGNAME="$(basename "$0")"
# @TODO: need to figure out how to get the programmatic way of doing this
readonly PROGDIR="/usr/local/opt/dotfiles"
readonly PROGDIR="$HOME/.dotfiles"
readonly VERSION=$(cat "$PROGDIR/VERSION.md")
readonly TODAY=$(date +"%m-%d-%y")
readonly ARGS="$@"
Expand Down Expand Up @@ -124,7 +124,7 @@ _print_help() {
-h --help Show this help
-t --test Run unit test to check the program
-v --version Display dotfiles version
--prefix Display dotfiles install path. Default: /usr/local/opt/dotfiles
--prefix Display dotfiles install path. Default: $HOME/.dotfiles
Examples:
Run all tests:
Expand Down

0 comments on commit 89350ed

Please sign in to comment.