aziz / dotfiles

My Unix environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

      _       _    __ _ _
     | |     | |  / _(_) |
   __| | ___ | |_| |_ _| | ___  ___
  / _` |/ _ \| __|  _| | |/ _ \/ __|
 | (_| | (_) | |_| | | | |  __/\__ \
(_)__,_|\___/ \__|_| |_|_|\___||___/

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.

About

My Unix environment


Languages

Language:Shell 90.1%Language:Ruby 3.9%Language:Vim Script 2.6%Language:HTML 1.7%Language:Emacs Lisp 1.6%