Skip to content

aaronjbaptiste/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mac Setup Script

My setup and dotfiles - managed by yadm.

Pre

# Ensure macOS is updated
sudo softwareupdate -i -a

# Ensure Apple's command line tools are installed
xcode-select --install

How to run

mkdir -p ~/.local/bin
curl -fLo ~/.local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm
chmod a+x ~/.local/bin/yadm
~/.local/bin/yadm clone https://github.com/aaronjbaptiste/dotfiles.git --bootstrap
rm -rf ~/.local/bin/yadm

Then Restart Mac.

Post (optional)

  1. Log in to iCloud
  2. Disable Spotlight Keyboard shortcut (we replace it with Raycast)
System Settings > Keyboard > Keyboard Shortcuts > Spotlight > Show Spotlight search
  1. Generate SSH Key + Add public key to github
  2. Configure git author
git config --global user.email "<email>"
git config --global user.name "<user_name>"
  1. Change origin to ssh so we can push back
yadm remote set-url origin git@github.com:aaronjbaptiste/dotfiles.git

How to push changes

yadm add <important file|folder>
yadm commit
yadm push

How to update

yadm pull --rebase
yadm bootstrap

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published