I am using GNU Stow to symlink these files from this repository to their appropriate locations in my home directory.
To install these dotfiles on a new machine, run the install script. This script will install Homebrew, the necessary packages, and set up the dotfiles using Stow.
bash <(curl -fsSL https://raw.githubusercontent.com/philpicton/dotfiles/main/install/install.sh) https://github.com/philpicton/dotfilesThis repo also has an install script to copy some dotfiles into dev containers, which should be run from docker-compose.
Clone the repo and run the ./dev/install-dev.sh script
- write brew file with all my installed packages/apps
- write install script for macOS to install all and stow dotfiles
- create repo for dev containers for frontend/php development once I have a nice setup