curl -Lks https://raw.githubusercontent.com/calind/dotfiles/main/script/bootstrap | /bin/bashThe main ~/.Brewfile installs packages shared by all setups. It also loads
~/.Brewfile.local when that file exists, allowing machine-specific packages.
To use the provided personal package list:
cp ~/.Brewfile.local.example ~/.Brewfile.local
brew bundle --globalEdit ~/.Brewfile.local as needed. It is ignored by Git.
- Clone the repository:
git clone https://github.com/calind/dotfiles.git "$HOME\dotfiles"- Create a symbolic link to the PowerShell profile:
New-Item -ItemType SymbolicLink -Path $PROFILE -Target "$HOME\dotfiles\Microsoft.PowerShell_profile.ps1" -Force