dotfiles

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

commit d27fb62c3debbbbbe73f68274c628d07e2f185a8 (patch)
parent 8f5765638bea0aed7e44bb4ddab93ab6000b7bb5
Author: Alex Karle <alex@alexkarle.com>
Date:   Tue, 23 Feb 2021 13:33:33 -0500

doc: Update README installation instructions

Diffstat:
MREADME.md | 12+++++-------
1 file changed, 5 insertions(+), 7 deletions(-)

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