repos
/ dotfiles master

dotfiles

mirror archived upstream

Config files for setting up new systems: bash, git, neovim, and VS Code, linked into place by a small install script.

bashdotfilesgithandcodedneovimshellvscode

159 B · 12 lines Raw History
 1[user]
 2	name = Isaac Bythewood
 3	email = [email protected]
 4[push]
 5	default = simple
 6[pull]
 7	rebase = true
 8[core]
 9	editor = nvim
10[init]
11	defaultBranch = master