From 278e838749b1a11e99d11b6186eb9cfeea7b9e5d Mon Sep 17 00:00:00 2001 From: Jeffery Wilson Date: Mon, 29 Jul 2024 16:00:34 -0400 Subject: [PATCH] install: update dotfiles command --- README.md | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5841050..a4602ee 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/install.sh b/install.sh index 2696846..f5fc497 100755 --- a/install.sh +++ b/install.sh @@ -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