aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-25 22:25:59 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-25 22:25:59 +0200
commit6a01765147f9845a59f9ee15ac870fcccdd29839 (patch)
tree9d3f499a1ce7585ac14d0a3a3ebb645a36505fa9 /README.md
parentupdate.sh: refactoring (diff)
downloadlinux-home-6a01765147f9845a59f9ee15ac870fcccdd29839.tar.gz
linux-home-6a01765147f9845a59f9ee15ac870fcccdd29839.zip
update.sh -> setup.sh
Diffstat (limited to '')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index c629fa8..03d5233 100644
--- a/README.md
+++ b/README.md
@@ -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
-------