Compare commits
No commits in common. "14cee7d351ed4dab71d973b960d6680e6aefac8c" and "bcce589cc167cef7facc494528ab63b794b42f31" have entirely different histories.
14cee7d351
...
bcce589cc1
|
@ -1,3 +1,2 @@
|
||||||
gitignore
|
gitignore
|
||||||
profiles
|
profiles
|
||||||
configs
|
|
||||||
|
|
|
@ -1,54 +0,0 @@
|
||||||
[delta "gruvmax-fang"]
|
|
||||||
# author: https://github.com/maxfangx
|
|
||||||
# Modified by: Dreaded_X
|
|
||||||
# General appearance
|
|
||||||
dark = true
|
|
||||||
syntax-theme = gruvbox-dark
|
|
||||||
# File
|
|
||||||
file-style = "#FFFFFF" bold
|
|
||||||
file-added-label = [+]
|
|
||||||
file-copied-label = [==]
|
|
||||||
file-modified-label = [*]
|
|
||||||
file-removed-label = [-]
|
|
||||||
file-renamed-label = [->]
|
|
||||||
file-decoration-style = "#434C5E" ul
|
|
||||||
file-decoration-style = "#84786A" ul
|
|
||||||
# No hunk headers
|
|
||||||
hunk-header-style = omit
|
|
||||||
# Line numbers
|
|
||||||
line-numbers = true
|
|
||||||
line-numbers-left-style = "#84786A"
|
|
||||||
line-numbers-right-style = "#84786A"
|
|
||||||
line-numbers-minus-style = "#A02A11"
|
|
||||||
line-numbers-plus-style = "#479B36"
|
|
||||||
line-numbers-zero-style = "#84786A"
|
|
||||||
line-numbers-left-format = " {nm:>3} │"
|
|
||||||
line-numbers-right-format = " {np:>3} │"
|
|
||||||
# Diff contents
|
|
||||||
inline-hint-style = syntax
|
|
||||||
minus-non-emph-style = syntax auto
|
|
||||||
plus-non-emph-style = syntax auto
|
|
||||||
whitespace-error-style = "#FB4934" reverse
|
|
||||||
# Blame
|
|
||||||
blame-code-style = syntax
|
|
||||||
# Merge conflicts
|
|
||||||
merge-conflict-begin-symbol = ⌃
|
|
||||||
merge-conflict-end-symbol = ⌄
|
|
||||||
merge-conflict-ours-diff-header-style = "#FABD2F" bold
|
|
||||||
merge-conflict-theirs-diff-header-style = "#FABD2F" bold overline
|
|
||||||
merge-conflict-ours-diff-header-decoration-style = ''
|
|
||||||
merge-conflict-theirs-diff-header-decoration-style = ''
|
|
||||||
|
|
||||||
[core]
|
|
||||||
pager = delta
|
|
||||||
|
|
||||||
[interactive]
|
|
||||||
diffFilter = delta --color-only
|
|
||||||
|
|
||||||
[delta]
|
|
||||||
features = gruvmax-fang
|
|
||||||
navigate = true
|
|
||||||
side-by-side = true
|
|
||||||
|
|
||||||
[merge]
|
|
||||||
conflictstyle = zdiff3
|
|
|
@ -1,5 +0,0 @@
|
||||||
[filter "lfs"]
|
|
||||||
process = git-lfs filter-process
|
|
||||||
required = true
|
|
||||||
clean = git-lfs clean -- %f
|
|
||||||
smudge = git-lfs smudge -- %f
|
|
|
@ -1,9 +1,11 @@
|
||||||
[include]
|
[include]
|
||||||
path = ~/.dotfiles/git/configs/common.gitconfig
|
path = ~/.dotfiles/git/profiles/common
|
||||||
path = ~/.dotfiles/git/configs/lfs.gitconfig
|
path = ~/.dotfiles/git/profiles/Dreaded_X
|
||||||
path = ~/.dotfiles/git/configs/delta.gitconfig
|
|
||||||
|
|
||||||
path = ~/.dotfiles/git/profiles/ALTEN.gitconfig
|
|
||||||
|
|
||||||
[includeIf "gitdir:~/Projects/ALTEN/"]
|
[includeIf "gitdir:~/Projects/ALTEN/"]
|
||||||
path = ~/.dotfiles/git/profiles/ALTEN.gitconfig
|
path = ~/.dotfiles/git/profiles/ALTEN
|
||||||
|
[filter "lfs"]
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
|
|
@ -55,11 +55,6 @@ export EDITOR=nvim
|
||||||
|
|
||||||
alias cl="clear"
|
alias cl="clear"
|
||||||
|
|
||||||
if hash bat 2>/dev/null; then
|
|
||||||
export BAT_THEME="gruvbox-dark"
|
|
||||||
alias cat=bat
|
|
||||||
fi
|
|
||||||
|
|
||||||
if hash devcontainer 2>/dev/null; then
|
if hash devcontainer 2>/dev/null; then
|
||||||
dc() {
|
dc() {
|
||||||
ORIG_DIR="$PWD"
|
ORIG_DIR="$PWD"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user