chezmoi v2: omz + p10k + fzf + vi-mode zsh, tmux, per-account gitconfig (#612)
Rewrote the Aug-1 sandbox-era source into a full workstation setup for both ultix-streaming accounts: oh-my-zsh with autosuggestions/ syntax-highlighting/completions + powerlevel10k (pinned externals), fzf wiring, vi mode, tmux conf, aliases under ~/.config/zsh, gitconfig template that keeps hooksPath/tea for reachableceo only. Detail + verification: https://projects.knownelement.com/issues/612#note-3335
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[user]
|
||||
name = reachableceo
|
||||
email = charles@turnsys.com
|
||||
{{ if eq .chezmoi.username "reachableceo" -}}
|
||||
[credential "https://git.knownelement.com"]
|
||||
helper =
|
||||
helper = !tea login helper
|
||||
[core]
|
||||
hooksPath = /home/reachableceo/projects/ukrrs/TSYSGroupAIOS/hooks/global
|
||||
{{- end }}
|
||||
[alias]
|
||||
lg1 = log --graph --abbrev-commit --decorate --date=relative --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"
|
||||
Reference in New Issue
Block a user