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

https://github.com/gedex/dotfiles

My dotfiles
https://github.com/gedex/dotfiles

Last synced: over 1 year ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

          

# Dotfiles

My OSX / Ubuntu / Debian dotfiles. Based on [cowboy's dotfiles](https://github.com/cowboy/dotfiles).

## Install

```
# with curl:
bash -c "$(curl -fsSL https://raw.github.com/gedex/dotfiles/master/bin/dotfiles)" && source ~/.bashrc

# with wget:
bash -c "$(wget -qO- https://raw.github.com/gedex/dotfiles/master/bin/dotfiles)" && source ~/.bashrc
```