diff --git a/Makefile b/Makefile index e8f9a9d..16bca5e 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ fish: cd dotfiles && stow --no-folding --ignore=.DS_Store -t ~/ fish mkdir -p ${HOME}/.data/fish mkdir -p ${HOME}/.local/share - ln -sf ${HOME}/.data/fish ${HOME}/.local/share/ + ln -sf ${HOME}/.data/fish ${HOME}/.local/share/fish ######## diff --git a/README.md b/README.md index 21b3a34..33cb683 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,11 @@ Linked [using GNU `stow`](http://brandon.invergo.net/news/2012-05-26-using-gnu-s git clone https://github.com/lgarron/dotfiles ~/Code/git/github.com/lgarron/dotfiles cd ~/Code/git/github.com/lgarron/dotfiles - # Open "Full Disk Access" and make sure the terminal app has full disk access. + # Open "Full Disk Access" → drag & drop `Terminal.app` to give it full access. open /System/Library/PreferencePanes/Security.prefPane + open -R /System/Applications/Utilities/Terminal.app + + export PATH=$PATH:/opt/homebrew/bin make mac-common diff --git a/setup/scripts/install-homebrew.bash b/setup/scripts/install-homebrew.bash index 3af7233..06ddd34 100755 --- a/setup/scripts/install-homebrew.bash +++ b/setup/scripts/install-homebrew.bash @@ -16,3 +16,5 @@ rm /opt/homebrew/Library/Taps/lgarron/homebrew-lgarron ln -s \ /Users/lgarron/Code/git/github.com/lgarron/dotfiles \ /opt/homebrew/Library/Taps/lgarron/homebrew-lgarron + +/opt/homebrew/bin/brew tap oven-sh/bun