djedi / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting up a new machine

Connect to Synology Network drive and copy the secrets backup to the root directory.

cp -r /Volumes/Dustin/secrets-backup/.* ~

Install xcode-select

xcode-select --install

Clone dotfiles github repo.

cd ~
git init
git remote add origin git@github.com:djedi/dotfiles.git
git fetch origin
git checkout -b master --track origin/master
git reset origin/master

Run .macos to set default settings

./.macos

Install apps. TODO: It will stop as soon as it sets zsh as the default shell and you will need to run it again. So this should probably be a different script before installing other stuff.

./.macapps

About


Languages

Language:Shell 89.2%Language:Python 6.0%Language:JavaScript 4.2%Language:AppleScript 0.6%