shterrett / dotfiles

A set of vim, zsh, git, and tmux configuration files.

Home Page:http://robots.thoughtbot.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles using the method outlined

https://www.anand-iyer.com/blog/2018/a-simpler-way-to-manage-your-dotfiles.html

To set up a new machine:

git clone --separate-git-dir=$HOME/.dotfiles https://github.com/anandpiyer/.dotfiles.git ~

or to first stage in a separate folder

git clone --separate-git-dir=$HOME/.dotfiles https://github.com/anandpiyer/.dotfiles.git tmpdotfiles
rsync --recursive --verbose --exclude '.git' tmpdotfiles/ $HOME/
rm -r tmpdotfiles

About

A set of vim, zsh, git, and tmux configuration files.

http://robots.thoughtbot.com


Languages

Language:Vim Script 75.8%Language:Shell 18.6%Language:Lua 3.7%Language:Nix 1.3%Language:Dhall 0.5%Language:KakouneScript 0.1%