Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 500 Bytes

File metadata and controls

27 lines (18 loc) · 500 Bytes

dotfiles

Set up a unix system on MacOS using dotfiles and an installation script.

Requirements

Install Homebrew and Git

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

Installation

Clone dotfiles to your home folder and run install script

git clone git://github.com/mamuz/dotfiles.git ~/dotfiles && cd ~/dotfiles && source install.sh

Update

cd ~/dotfiles && source update.sh