diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ``` |