From d27fb62c3debbbbbe73f68274c628d07e2f185a8 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Tue, 23 Feb 2021 13:33:33 -0500 Subject: [PATCH] doc: Update README installation instructions --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 776acbb..d743e73 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,18 @@ dotfiles ======== Vim, tmux, mutt... hope you enjoy the shell! -What follows is my (ongoing) tooling journey. I'm currently on Linux both at -home and at work, so the support for macOS and Windows is fleeting at best. +What follows is my (ongoing) tooling journey. I'm currently on +Linux/OpenBSD both at home and at work, so the support for macOS +and Windows is fleeting at best. Installation ------------ I'm a big believer in the "do it yourself" style of dotfiles. Fork if you'd like, but don't blindly copy! -These configs work for me, but [definitely aren't for everyone](./etc/vc/README.md). - This all said, to set up a new machine I run: ```sh -$ git clone --bare https://github.com/akarle/dotfiles ~/.cfg -$ alias cfg='git --git-dir=$HOME/.cfg --work-tree=$HOME' # one time only -$ cfg checkout # resolve any conflicts from existing files... +$ git clone https://github.com/akarle/dotfiles ~/.cfg +$ ./cfg/etc/skel.sh # or install.sh for full install ``` -- libgit2 0.28.4