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