Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aziz/dotfiles
My Unix environment
https://github.com/aziz/dotfiles
Last synced: 4 days ago
JSON representation
My Unix environment
- Host: GitHub
- URL: https://github.com/aziz/dotfiles
- Owner: aziz
- Created: 2010-01-19T02:39:13.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T12:13:30.000Z (6 months ago)
- Last Synced: 2024-05-03T16:23:08.529Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 3.03 MB
- Stars: 163
- Watchers: 10
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome - aziz/dotfiles - 10 star:0.2k fork:0.0k My Unix environment (Shell)
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.