Skip to content

Commit e44e2bd

Browse files
committed
misc
1 parent a4924d5 commit e44e2bd

File tree

12 files changed

+8968
-5
lines changed

12 files changed

+8968
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[Thingiverse item 4077336 Breville Coffee Grinder Impeller Replacement - Type 2](https://www.thingiverse.com/thing:4077336/files)
2+
3+
By user [acetic](https://www.thingiverse.com/acetic)
4+
5+
This is my backup copy only
Binary file not shown.

misc/bashenv/bash_aliases

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,4 +368,31 @@ export EDITOR=vim
368368

369369
export MOZ_DBUS_REMOTE=1
370370

371+
export POWERSHELL_TELEMETRY_OPTOUT=1
372+
export POWERSHELL_UPDATECHECK=Off
373+
374+
export WINEPREFIX=$HOME/.local/share/wineprefixes/Apps/
375+
# default to 32 bit for wine
376+
export WINEARCH=win32
377+
378+
alias kind='KUBECONFIG=~/.kube/config/kind kind'
379+
380+
export upm="$HOME/projects/EDB/UPM"
381+
export substrate="$HOME/projects/EDB/upm-substrate-notsubmodule"
382+
383+
shopt -s direxpand
384+
shopt -s cdable_vars
385+
386+
alias opsignin='if [ -z "$(op account list --format json | jq -r "(.[]|select(.shorthand==\"team_edb\")|.user_uuid|(\"OP_SESSION_\"+.)|env[.]) // \"\"")" ]; then eval $(op signin --account team_edb); else echo "already signed in to account team_edb"; fi'
387+
388+
alias ghp='opsignin && eval $(opcred --format=eval "github api token ringerc") && GH_API_TOKEN="${credential}" && unset credential && echo "set non-exported variable GH_API_TOKEN" 1>&2 && echo "Use with GH_API_TOKEN=\"\${GH_API_TOKEN}\" mycommand" 1>&2'
389+
alias ghcred=ghp
390+
391+
alias kc=kubectl
392+
393+
if type -p direnv >&/dev/null
394+
then
395+
eval "$(direnv hook bash)"
396+
fi
397+
371398
# vim: ts=4 sw=4 et ai

misc/git/gitconfig-shared

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,42 @@
33
44
[credential]
55
helper = /usr/libexec/git-core/git-credential-libsecret
6+
[core]
7+
excludesfile = ~/projects/scrapcode/misc/git/gitignore-global
8+
editor = vim
69
[push]
710
default = current
11+
[pull]
12+
ff = only
813
[merge]
9-
tool = vimdiff
14+
#tool = vimdiff
15+
tool = meld
1016
conflictstyle = diff3
17+
18+
[mergetool "meld"]
19+
# Choose one of these 2 lines (not both!) explained below.
20+
#cmd = meld "$LOCAL" "$MERGED" "$REMOTE" --output "$MERGED"
21+
cmd = meld "$LOCAL" "$BASE" "$REMOTE" --output "$MERGED"
22+
1123
[log]
1224
abbrevCommit = true
1325
[rebase]
1426
abbreviateCommands = true
1527
stat = true
1628
autoSquash = true
17-
[core]
18-
excludesfile = ~/projects/scrapcode/misc/git/gitignore-global
29+
[diff]
30+
renames = copies
31+
algorithm = patience
32+
tool = meld
33+
[difftool]
34+
prompt = false
35+
[difftool "meld"]
36+
cmd = meld "$LOCAL" "$REMOTE"
37+
[fetch]
38+
writeCommitGraph = on
39+
[alias]
40+
show = show --find-copies-harder
41+
sh = show --find-copies-harder
42+
st = status
43+
lg = log --find-copies-harder --stat --notes
44+
# Add the following to your .gitconfig file.

misc/vim/vimrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ packadd! nerdcommenter
1515
packadd! pgsql.vim
1616
packadd! syntastic
1717
packadd! vim-better-whitespace
18-
packadd! vim-easytags
19-
packadd! vim-fugitive
18+
"packadd! vim-easytags
19+
"packadd! vim-fugitive
2020
packadd! vim-json
2121
packadd! vim-sleuth
2222
packadd! vim-sneak

postgresql/blog_libpq_pipeline/latency.dot

Lines changed: 6016 additions & 0 deletions
Large diffs are not rendered by default.
10.2 KB
Loading
223 KB
Loading

0 commit comments

Comments
 (0)