Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.17 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.17 KB

dotfiles

.files for setting up a new Mac.

Installation

Git-free install

cd; curl -#L https://github.com/aminalhazwani/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,LICENSE.md}

Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
source ~/.brew.sh

Sensible macOS defaults

source ~/.macos

Etc

~ && mkdir Projects

GitHub

Thanks to...

Mathias Bynens and his dotfiles repository.