1
1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Kenwood 4deeda8913 Add downloads as mountable tempfiles 2022-03-18 14:13:17 -04:00
Kenwood 753cac807c Default branch push 2022-03-16 18:07:16 -04:00
3 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,4 @@
# ~/.config/user-tmpfiles.d/downloads.conf
#
# $XDG_RUNTIME_DIR/Downloads/
d %t/Downloads 0700 - - - -

View File

@ -4,8 +4,11 @@
signingkey = DD5E787D6C678F3F64 signingkey = DD5E787D6C678F3F64
[alias] [alias]
add-commit = !git add -A && git commit add-commit = !git add -A && git commit
report = "log --author=Joe --since='2 sunday ago' --until='1 sunday ago' --format='%Cgreen%ci%Creset %s%Creset' --no-merges" report = log --author=J --since='2 sunday ago' --until='1 sunday ago' --format='%Cgreen%ci%Creset %s%Creset' --no-merges
report-csv = "log --author=Marco --since='2 sunday ago' --until='1 sunday ago' --format='\"%ci\",\"%s\"' --no-merges" report-csv = log --author=Marco --since='2 sunday ago' --until='1 sunday ago' --format='\"%ci\",\"%s\"' --no-merges
lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
lg = !"git lg1"
[credential] [credential]
helper = store helper = store
[global] [global]
@ -15,3 +18,5 @@
defaultBranch = main defaultBranch = main
[pull] [pull]
rebase = false rebase = false
[branch]
autosetuprebase = always

2
.vimrc
View File

@ -1,2 +1,4 @@
set spell spelllang=en_us set spell spelllang=en_us
syntax on syntax on
set number