Skip to content

Commit

Permalink
install: update dotfiles command
Browse files Browse the repository at this point in the history
  • Loading branch information
jawilson committed Jul 29, 2024
1 parent 2b0bc0b commit 278e838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ These are config files to set up a system the way I like it.

git clone git://github.com/jawilson/dotfiles ~/.dotfiles
cd ~/.dotfiles
python tools/dotfiles/bin/dotfiles -R $PWD -s
./tools/dotfiles/bin/dotfiles -R $PWD -s
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if command -v zsh &> /dev/null; then
fi

# Set up env files
python $script_dir/tools/dotfiles/bin/dotfiles "${dotfiles_opts[@]}"
./tools/dotfiles/bin/dotfiles "${dotfiles_opts[@]}"

# Windows (Git Bash) specific setup
if [[ "$MSYSTEM" = "MSYS" ]]; then
Expand Down

0 comments on commit 278e838

Please sign in to comment.