Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Dec 6, 2024
1 parent f08cdfa commit 757d026
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

########

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions setup/scripts/install-homebrew.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 757d026

Please sign in to comment.