From 58653ffece45d56b37c7665a1700b3905ffbed83 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Fri, 2 Jul 2021 22:58:23 -0400 Subject: [PATCH] doc: Trim down README A tad too enthusiastic about the shell, maybe :P --- README.md | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d743e73..ae67f8b 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,12 @@ dotfiles ======== -Vim, tmux, mutt... hope you enjoy the shell! - -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. +My personal config files for Linux and OpenBSD. Installation ------------ -I'm a big believer in the "do it yourself" style of dotfiles. Fork if you'd -like, but don't blindly copy! - -This all said, to set up a new machine I run: +The [etc/skel.sh][1] script will bootstrap a minimal config (tmux/sh/git) +that I use on new servers. [etc/install.sh][2] is a more complete +installation for desktop use. -```sh -$ git clone https://github.com/akarle/dotfiles ~/.cfg -$ ./cfg/etc/skel.sh # or install.sh for full install -``` +[1]: ./etc/skel.sh +[2]: ./etc/install.sh -- libgit2 0.28.4