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

https://github.com/bripkens/dotfiles


https://github.com/bripkens/dotfiles

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# My Dotfiles

## Installation
I do not yet have enough experience with the one time setup scripts under `setup/`.
You should therefore cherry pick the things that you actually require.

The actual bash configuration can be linked in the following way:

```
git clone git@github.com:bripkens/dotfiles.git ~/.dotfiles
bash "~/.dotfiles/link"
```

## Inspiration
My dotfiles are heavily inspired by
[Mathias Bynens'](https://github.com/mathiasbynens/dotfiles) and
[Ben Alman's](https://github.com/cowboy/dotfiles) dotfiles
and many other great blog posts on the web. Thanks guys!