Skip to content

Commit

Permalink
Updated the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yml committed Oct 19, 2017
1 parent 745b99c commit af30ed8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 33 deletions.
33 changes: 0 additions & 33 deletions README.markdown

This file was deleted.

29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Instructions

## Creating source files

Any file which matches the shell glob `_*` will be linked into `$HOME` as a symlink with the first `_` replaced with a `.`

For example:

_bashrc

becomes

${HOME}/.bashrc

## Installing source files

It's as simple as running:

./install.sh

From this top-level directory.

## Install nvim

./install_nvim.sh

## Requirements

* bash

0 comments on commit af30ed8

Please sign in to comment.