commit 6d726038404aae32d7a166da79700e16449bbc2c parent 2fb746eeff14e100de2ec856d69ee0044d8fb825 Author: Lukas Joswiak <lukas@lukasjoswiak.com> Date: Sun, 7 Jul 2019 10:24:19 -0700 Merge branch 'master' of github.com:LukasJoswiak/dotfiles Diffstat:
| A | README.md | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,12 @@ +# Usage + +1. Clone this repository. +``` +git clone git@github.com:LukasJoswiak/dotfiles.git ~/dotfiles +``` +2. Create a symlink from the dotfile location to the dotfile in this repository. + +## Vim +``` +ln -s ~/dotfiles/.vimrc ~/.vimrc +```