Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aziz/dotfiles

My Unix environment
https://github.com/aziz/dotfiles

Last synced: 4 days ago
JSON representation

My Unix environment

Awesome Lists containing this project

README

        

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

## Setup
Clone repo and run `./install.sh`

Install without git
```bash
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.