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

https://github.com/octarect/dotfiles

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

Last synced: 3 months ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

        

= dotfiles

== Requirements

* git
* curl
* make
* bash
* jq
* docker (test)

== Install

Simple one-liner is available;

[source, bash]
----
$ curl https://raw.githubusercontent.com/rkoder/dotfiles/master/install.sh | bash
----

or you can clone repository and install it manually. (This is what the above script does automatically.)

[source, bash]
----
$ git clone https://github.com/rkoder/dotfiles
$ cd dotfiles
$ make install
----

== Development

=== Test

Run install.sh in a docker container.

[source, bash]
---
$ make test
---