mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2024-12-27 04:18:11 +01:00
Compare commits
No commits in common. "1c12a125db89a6b828a2b9c8f8778d6c4e4edb60" and "ab061c6fa39fe4222ee4c7716ec5aa623105465f" have entirely different histories.
1c12a125db
...
ab061c6fa3
4 changed files with 6 additions and 22 deletions
|
@ -1,6 +1,5 @@
|
||||||
# Reference: https://sw.kovidgoyal.net/kitty/conf/
|
# Reference: https://sw.kovidgoyal.net/kitty/conf/
|
||||||
|
|
||||||
term xterm-256color
|
|
||||||
font_family hack
|
font_family hack
|
||||||
scrollback_lines 100000
|
scrollback_lines 100000
|
||||||
mouse_hide_wait 3.0
|
mouse_hide_wait 3.0
|
||||||
|
|
|
@ -22,11 +22,10 @@ alias \
|
||||||
alias \
|
alias \
|
||||||
w="curl https://wttr.in/"
|
w="curl https://wttr.in/"
|
||||||
|
|
||||||
alias code="code --password-store='gnome'"
|
for cmd in code codium; do
|
||||||
if command -v codium >/dev/null; then
|
command -v $cmd >/dev/null && alias $cmd="$cmd --password-store='gnome'"
|
||||||
alias code="codium --password-store='gnome'"
|
done
|
||||||
fi
|
command -v codium >/dev/null && alias c=code
|
||||||
alias c=code
|
|
||||||
|
|
||||||
command -v pacman >/dev/null && alias p=pacman
|
command -v pacman >/dev/null && alias p=pacman
|
||||||
command -v zathura >/dev/null && alias z=zathura
|
command -v zathura >/dev/null && alias z=zathura
|
||||||
|
|
15
.gitconfig
15
.gitconfig
|
@ -7,8 +7,7 @@
|
||||||
st = status -sb
|
st = status -sb
|
||||||
stat = !git --no-pager diff --stat
|
stat = !git --no-pager diff --stat
|
||||||
sw = switch
|
sw = switch
|
||||||
dft = difftool
|
dunk = !git diff | dunk
|
||||||
dlog = "!f() { GIT_EXTERNAL_DIFF=difft git log -p --ext-diff; }; f"
|
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
|
@ -22,17 +21,5 @@
|
||||||
[gitreview]
|
[gitreview]
|
||||||
remote = origin
|
remote = origin
|
||||||
|
|
||||||
[diff]
|
|
||||||
tool = difftastic
|
|
||||||
|
|
||||||
[difftool]
|
|
||||||
prompt = false
|
|
||||||
|
|
||||||
[difftool "difftastic"]
|
|
||||||
cmd = difft "$LOCAL" "$REMOTE"
|
|
||||||
|
|
||||||
[pager]
|
|
||||||
difftool = true
|
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = ~/.config/git/.gitconfig
|
path = ~/.config/git/.gitconfig
|
||||||
|
|
|
@ -31,7 +31,6 @@ code-any:deerawan.vscode-faker # Misc
|
||||||
|
|
||||||
brew-any:kubectl helm shellcheck velero derailed/k9s/k9s fluxcd/tap/flux # Kubernetes related
|
brew-any:kubectl helm shellcheck velero derailed/k9s/k9s fluxcd/tap/flux # Kubernetes related
|
||||||
brew-any:zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting # ZSH related
|
brew-any:zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting # ZSH related
|
||||||
brew-any:difftastic # Git related
|
brew-host-5cg9521pyj:weaveworks/tap/gitops azure/kubelogin/kubelogin azure-cli git-review
|
||||||
brew-host-5cg9521pyj:weaveworks/tap/gitops azure/kubelogin/kubelogin azure-cli git-review # Work related
|
|
||||||
|
|
||||||
krew-any:ctx krew ns slice stern tree
|
krew-any:ctx krew ns slice stern tree
|
||||||
|
|
Loading…
Reference in a new issue