Skip to content

Commit

Permalink
fix: export homebrew path
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdicopter committed Jan 18, 2024
1 parent 436eba7 commit ad24c85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This repository exists to manage my dotfiles and bootstrap my workstation.
On a brand new machine launch this script :

```sh
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --ssh --apply mehdicopter
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply mehdicopter
```

## Packages
Expand Down
2 changes: 2 additions & 0 deletions run_before_00-install-pre-requisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ if [ ! -f "$HOME/Downloads/material-design-colors.itermcolors" ]; then
echo $'iTerm2 > Preferences > Profiles > Colors Tab > Color Presets > Import\n'
echo "You can now select it within the Color Presets menu"
fi

export PATH="/opt/homebrew/bin:$PATH"

0 comments on commit ad24c85

Please sign in to comment.