Skip to content

jdblackstar/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published