dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b32f525879d9e4a7a948506155dcd0793206f6d6
parent 1d4fcee103957fb8d73bf50ef5f01f9b7277f016
Author: Lukas Joswiak <lukas@lukasjoswiak.com>
Date:   Sat,  6 Jul 2019 00:08:56 -0700

Add usage info
Diffstat:
AREADME.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 +```