add linking

This commit is contained in:
2024-08-10 02:41:22 -04:00
parent 46c1a31905
commit f1c4d79825
2 changed files with 23 additions and 0 deletions

View File

@ -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
```