Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 580 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 580 Bytes

Dotfiles (MacOS)

my personal dotfiles written in shell script

Fresh MacOS Install

Install Command Line Tools for Xcode. You can download it from the Apple Developer site or using the following command:

xcode-select --install

Clone the dotfiles

cd ~ && git clone https://github.com/bobbyecho/dotfiles.git dotfiles

or using ssh

cd ~ && git clone [email protected]:bobbyecho/dotfiles.git dotfiles

Bootstrap your environment

cd ~/dotfiles && sh bootstrap.sh