From b353f35ec506516fde80be181e837eeee1b6f71a Mon Sep 17 00:00:00 2001 From: Colin Henry Date: Sun, 15 May 2022 12:09:09 -0700 Subject: [PATCH] fix brewfile location --- .gitignore | 1 - scripts/brew-setup.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b1a69a1..7bc5901 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ !x11/** !git/* !vscode/* - !starship.toml #directory catchall !*/ diff --git a/scripts/brew-setup.sh b/scripts/brew-setup.sh index 656ec4b..2a4cdd3 100644 --- a/scripts/brew-setup.sh +++ b/scripts/brew-setup.sh @@ -2,4 +2,4 @@ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew tap Homebrew/bundle mas signin colin@jchenry.me -brew bundle --file ../Brewfile \ No newline at end of file +brew bundle --file ~/.config/Brewfile \ No newline at end of file