Hacker News new | ask | show | jobs
by jamescostian 2856 days ago
TL;DR: someone's dotfiles. Neovim, tmux, and Oh My Zsh.
2 comments

Pretty much, this.

My own dotfiles are installable with only a couple of commands - I just clone the repo and run a simple shell script that symlinks some things to a central location. The only thing that isn't included is the installation of binary dependencies (like neovim and its plugins), but that differs between OSes and didn't seem worthwhile to automate.

At least it's authored for new users to get started easily than a random guys dotfile git repo...