Skip to content

davidhbaek/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backup the brews installed on your machine

1. Create Brewfile

brew bundle dump

Bootstrap a new Mac

1. Install Apple's Command Line Tools, (needed for Git and Homebrew.)

xcode-select --install

2. Clone repo into new hidden directory.

git clone git@github.com:davidhbaek/dotfiles.git ~/.dotfiles

3. Create symlinks in the Home directory to the real files in the repo.

ln -s ~/.dotfiles/.zshrc ~/.zshrc
ln -s ~/.dotfiles/.gitconfig ~/.gitconfig
ln -s ~/.dotfiles/.zprofile ~/.zprofile

4. Install Homebrew, then whatever's in the Brewfile.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew bundle --file ~/.dotfiles/Brewfile

5. Install ohmyzsh

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published