dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit 58653ffece45d56b37c7665a1700b3905ffbed83 (patch)
parent ac66b3b7f10063db3912332ab165a34173d43d35
Author: Alex Karle <alex@alexkarle.com>
Date:   Fri,  2 Jul 2021 22:58:23 -0400

doc: Trim down README

A tad too enthusiastic about the shell, maybe :P

Diffstat:
MREADME.md | 19++++++-------------
1 file changed, 6 insertions(+), 13 deletions(-)

diff --git 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