Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 689 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 689 Bytes
      _       _    __ _ _
     | |     | |  / _(_) |
   __| | ___ | |_| |_ _| | ___  ___
  / _` |/ _ \| __|  _| | |/ _ \/ __|
 | (_| | (_) | |_| | | | |  __/\__ \
(_)__,_|\___/ \__|_| |_|_|\___||___/

Setup

Clone repo and run ./install.sh

Install without git

cd; mkdir dotfiles; cd dotfiles; \
curl -#L https://github.com/aziz/dotfiles/tarball/master | \
tar -xzv --strip-components 1; \
./install.sh

Provisioning

MacOS

mac-install

Ubuntu

~/.templates/provisioning/ubuntu/ubuntu.sh


Credit

Inspired and borrowed form Ryan Bates, Ryan Tomayko, Carlhuda, Robert Evans, Mathias Bynens and Mislav Marohnić dotfile repos.