Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 438 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 438 Bytes

dotfiles

This is a collection of dotfiles and scripts I use for customizing OS X to my liking and setting up the software development tools

Installation

  curl https://raw.github.com/AlessioCoser/dotfiles/master/install -L -o - | sh

Custom installation

cd ~
git clone https://github.com/AlessioCoser/dotfiles.git
cd dotfiles

# You can remove/edit the scripts which you don't need

chmod a+x install
./install