octarect / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Requirements

  • git

  • curl

  • make

  • bash

  • jq

  • docker (test)

Install

Simple one-liner is available;

$ 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.)

$ git clone https://github.com/rkoder/dotfiles
$ cd dotfiles
$ make install

Development

Test

Run install.sh in a docker container.

---
$ make test
---

About

My dotfiles


Languages

Language:Lua 47.4%Language:Shell 28.5%Language:C 21.1%Language:Vim Script 1.9%Language:Makefile 0.7%Language:Dockerfile 0.4%