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
18 lines
550 B
Bash
18 lines
550 B
Bash
###################################
|
|
# ~/.config/zsh/variables.sh — chezmoi-managed
|
|
###################################
|
|
|
|
#####################################################
|
|
#Personal host variables
|
|
#####################################################
|
|
|
|
#Eventually we'll move to ldap/no shared accounts/forced sudo. Blech. Corporate tyrany!
|
|
#For now, the easy way. HAH!
|
|
CON_USER="charlesnw"
|
|
INBAND_USER="charlesnw"
|
|
PERSONAL_OOB_USER="root"
|
|
PERSONAL_INBAND_USER="root"
|
|
#####################################################
|
|
|
|
export LANG=en_US.UTF-8
|