aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2024-08-10 02:41:22 -0400
committerSquibid <me@zacharyscheiman.com>2024-08-10 02:41:22 -0400
commitf1c4d798251a5bac90ccd289da1dec7839beafe8 (patch)
tree879d44ab00824138a0efb4ec899d6c76e778bfcd /README.md
parent46c1a319051ec87fe3cb8f14000e62e050abdab3 (diff)
downloadauto.s-f1c4d798251a5bac90ccd289da1dec7839beafe8.tar.gz
auto.s-f1c4d798251a5bac90ccd289da1dec7839beafe8.tar.bz2
auto.s-f1c4d798251a5bac90ccd289da1dec7839beafe8.zip
add linking
Diffstat (limited to '')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7f881b7..1a10548 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,12 @@ filea -> fileb
filea #-> fileb
# which will copy the file as root
+# symbolically linking files
+filea ~> fileb
+
+# the link command may be prefixed just like the copy command
+filea #~> fileb
+
# installing programs
:: neovim,firefox,neofetch
```