summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2015-11-06 15:31:59 -0500
committerJune McEnroe <programble@gmail.com>2015-11-06 15:31:59 -0500
commitbf1950578519d01e469e36b49fcdbbe2baf1d250 (patch)
tree3a3e8cb49020194e4b8c75ad6dfb50f9d348842f /README.md
parentUpdate vendored Gruvbox colorscheme (diff)
downloadsrc-bf1950578519d01e469e36b49fcdbbe2baf1d250.tar.gz
src-bf1950578519d01e469e36b49fcdbbe2baf1d250.zip
Add prune script
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1ef1021e..e3aa75f9 100644
--- a/README.md
+++ b/README.md
@@ -13,14 +13,27 @@ My configuration files.
 
 ## Install
 
+Create symlinks in ~ for files in the current directory.
+
 ```
 ./install.sh
 ```
 
 ## Import
 
+Import a file from ~ and replace it with a symlink.
+
+```
+./import.sh .config
+```
+
+## Prune
+
+Remove symbolic links in ~ to files that no longer exist in the current
+directory.
+
 ```
-./import .config
+./prune.sh
 ```
 
 ## License