jhendley25 / dotfiles

m'dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my dotfiles and simple startup scripts.

mostly ripped off from this guy: https://github.com/webpro/dotfiles/

but not as robust. too lazy for all that.

note, the scripts in the install dir are not being called automatically.

git config stuff:

[core]
    editor = vim
    excludesfile = ~/.gitignore_global
    pager = delta
[merge]
    tool = opendiff
[delta]
    plus-color = "#012800"
    minus-color = "#340001"
    syntax-theme = Monokai Extended
    side-by-side = true
[interactive]
    diffFilter = delta --color-only

About

m'dotfiles


Languages

Language:Shell 73.7%Language:Vim Script 26.3%