https://github.com/octarect/dotfiles
My dotfiles
https://github.com/octarect/dotfiles
Last synced: 3 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/octarect/dotfiles
- Owner: octarect
- Created: 2015-12-04T08:22:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T20:54:32.000Z (7 months ago)
- Last Synced: 2025-02-09T03:22:54.633Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 2.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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
---