Compare commits
No commits in common. "2b1bdb41b642c3deba4ee2cb01e5514bdac0248f" and "7c9af8453e830f551abfc7e289c6836412b2354c" have entirely different histories.
2b1bdb41b6
...
7c9af8453e
4 changed files with 8 additions and 11 deletions
|
@ -1,8 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# enable touch on only laptop monitor
|
# enable touch on only laptop monitor
|
||||||
# this isn't working for some reason
|
xinput --map-to-output 'ELAN901C:00 04F3:2C29' eDP-1
|
||||||
xinput --map-to-output '18' eDP-1
|
|
||||||
|
|
||||||
xss-lock -- ~/bin/lock &
|
xss-lock -- ~/bin/lock &
|
||||||
|
|
||||||
|
|
|
@ -14,29 +14,26 @@
|
||||||
[branch]
|
[branch]
|
||||||
autosetuprebase = always
|
autosetuprebase = always
|
||||||
[alias]
|
[alias]
|
||||||
root = rev-parse --show-toplevel
|
|
||||||
adog = log --all --decorate --oneline --graph
|
adog = log --all --decorate --oneline --graph
|
||||||
gl = config --global -l
|
gl = config --global -l
|
||||||
last = log -1 HEAD --stat
|
last = log -1 HEAD --stat
|
||||||
ll = log --oneline
|
ll = log --oneline
|
||||||
st = status -sb
|
st = status -sb
|
||||||
|
|
||||||
s = status -s
|
s = status -s
|
||||||
co = checkout
|
co = checkout
|
||||||
cob = checkout -b
|
cob = checkout -b
|
||||||
|
|
||||||
cmt = !git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
cmt = !git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||||
save = !git add -A && git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
save = !git add -A && git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||||
|
|
||||||
# list aliases
|
# list aliases
|
||||||
la = "!git config -l | grep alias | cut -c 7-"
|
la = "!git config -l | grep alias | cut -c 7-"
|
||||||
|
root = rev-parse --show-toplevel
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
[help]
|
[help]
|
||||||
autocorrect = 20
|
autocorrect = 20
|
||||||
|
|
||||||
[delta]
|
|
||||||
line-numbers = true
|
|
||||||
zero-style = dim syntax
|
|
||||||
diff-so-fancy = true
|
|
||||||
theme = catppuccin
|
|
||||||
|
|
|
@ -9,4 +9,4 @@ git:
|
||||||
branchLogCmd: 'git log --graph --all --color=always --decorate --date=relative --oneline'
|
branchLogCmd: 'git log --graph --all --color=always --decorate --date=relative --oneline'
|
||||||
paging:
|
paging:
|
||||||
colorArg: always
|
colorArg: always
|
||||||
pager: delta --dark --paging=never
|
pager: delta --dark --paging=never --theme catppuccin
|
||||||
|
|
|
@ -66,3 +66,4 @@ snake() {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue