These are all my configuration files, and common scripts. Keeping them in git provides me with an easy way to keep all the computers I work on functioning in the same manner.
(setting up a new computer from scratch)
- Install Firefox
- Install 1Password (~5 min)
- Install 1Password Plugin for Firefox
- Install Alfred
- Setup SSH Keys for Github
- Install homebrew
- Place computer password onto clipboard because Homebrew is about to make you enter it 40 times.
- this will install Command Line Tools for Xcode (this will take like 15 mins)
- Log in to Mac App Store
- Install Moom
- Install yadm
brew install yadm
yadm init
yadm remote add origin git@github.com:masukomi/masuconfigs.git
yadm pull origin master
yadm bootstrap
- This will take ~30 minutes. Don't run it with
time
. It'll just hang.
- This will take ~30 minutes. Don't run it with
- Install Maestral
- connect to your account
- Run
task
and work through the todo items - Update todo items in
bootstrap
script to reflect current reality.