diff options
Diffstat (limited to 'README.md')
-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. |