diff options
author | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2015-12-19 23:41:57 +0100 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2015-12-19 23:41:57 +0100 |
commit | d93be97e9a2d976ed245457784f80957805812ae (patch) | |
tree | 33257433e30ed4899e8b07588486d4d996b0504e | |
parent | 7863b406498dda28a842f8bfd4e1ba4c5c87111e (diff) |
Use stow, please
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,2 +1,11 @@ # Configuration files My dotfiles. Vim, Git and Bash for now. + +Use stow to install them: + +``` Bash +cd dotfiles +stow vim|bash|git -t ~ +``` + +> Stow makes links to the files in the target directory. |