Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.08 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.08 KB

Steps to bootstrap a new Mac

  1. Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
xcode-select --install
  1. 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
  1. Change to the newly cloned directory
cd ~/.dotfiles
  1. Add execute permissions to the install.sh script
chmod +x scripts/install.sh
  1. 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

  1. Add execute permission to the cleanup.sh script
chmod +x scripts/cleanup.sh
  1. Run the cleanup script
./scripts/cleanup.sh

TODO List

[ ] - 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