diff options
-rw-r--r-- | README.md | 9 | ||||
-rwxr-xr-x | setup.sh (renamed from update.sh) | 0 |
2 files changed, 5 insertions, 4 deletions
@@ -3,15 +3,16 @@ linux-home My dotfiles. -The files are maintained in this repository and shared across different -machines using [config-links]. +The files are maintained in this repository and deployed on different machines +using [config-links]. [config-links]: https://github.com/egor-tensin/config-links Deployment ---------- -Go to the top directory and execute `links-update` (from [config-links]). +Go to the top directory and execute `./setup.sh`. +This uses [config-links] internally. Issues ------ @@ -20,7 +21,7 @@ Some utilities (notably, GHC) may not work if its configuration files are group-writable. To fix this, run `chmod g-w` for every file & directory in this repository (you can do this by running `links-chmod go-w`; this call is included in the -update.sh script). +setup.sh script). License ------- |