What dotfiles manager do you use, Jow Forums?

what dotfiles manager do you use, Jow Forums?

Attached: dotfiles-logo.png (840x240, 22K)

Other urls found in this thread:

developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/
github.com/dotphiles/dotphiles
protesilaos.com/codelog/gnu-stow-dotfiles/
twitter.com/NSFWRedditGif

You don't need it

GNU stow

Attached: 1508088131671.png (3000x2933, 242K)

Description: GNU Stow is a symlink farm manager
>wtf is a symlink farm? And exactly how are your dotfiles being difficult to manage?

Attached: 1533838044513.png (405x274, 131K)

developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/

based user
came here to post this

git

It's called a partition.

Git and my brain(tm)

Ansible, the thing professionals use to manage system configurations. Takes care of dot files and everything else

>dotfiles manager

Attached: O.png (1920x1080, 1.79M)

wtf is a symlink farm

>dotfile manager

stow

I just use a git repo with a makefile with all the most basic rules I need, like update sub modules for shit like zsh completions, vim-plug, etc and deploying configs and making symlinks for dotfile shitty commands like tmux, ssh and shit.

this
here is a tree view of just a few directories in my stow repo. sure a lot use $HOME/.config, but some don't.

Attached: 1539791240431.png (260x388, 15K)

just make a git repo, works everywhere

I use github.com/dotphiles/dotphiles

Me too

GNU Stow + Git

>dotfile manager

Attached: a58.jpg (337x404, 27K)

protesilaos.com/codelog/gnu-stow-dotfiles/

It allows you to put all of your dotfiles in a central directory, and then easily create symlinks to their appropriate locations.

a what???

Git repo and a homebrew shell script that manages the symlinks.