- Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
xcode-select --install
- Clone repo into new directory.
# Use SSH (if set up)...
git clone [email protected]:jdblackstar/dotfiles.git ~/.dotfiles
# ...or use HTTPS and switch remotes later.
git clone https://github.com/jdblackstar/dotfiles.git ~/.dotfiles
- Change to the newly cloned directory
cd ~/.dotfiles
- Add execute permissions to the install.sh script
chmod +x scripts/install.sh
- Run the install script
./scripts/install.sh
Once setup of most applications is done (specifically 1password, as this is our ssh-agent) we can run the cleanup.sh
script to finish up
- Add execute permission to the cleanup.sh script
chmod +x scripts/cleanup.sh
- Run the cleanup script
./scripts/cleanup.sh
[ ] - Flexoki Light & Dark theme for Cursor
[ ] - Amphetamine install and setup
[ ] - look into making the install.sh script a curl command, so include xcode-select --install