-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
33 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |