mtyin / 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 74.5%Language:Python 11.8%Language:Emacs Lisp 4.1%Language:CSS 2.9%Language:Ruby 2.4%Language:Vim Script 2.0%Language:HTML 1.3%Language:JavaScript 0.7%Language:CoffeeScript 0.2%