Skip to content

jhendley25/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published