Consolidated server/<host>/ into one generic servers/ set applied to any host. Baseline chosen as the superset of the per-host configs: .zshrc (agnoster + kubectl), identical .vimrc, standard .bashrc, fuller htoprc, and the shared neofetch config. install.sh now deploys servers/ unconditionally (no hostname matching); removed the --host flag. README updated accordingly.
11 lines
194 B
Bash
11 lines
194 B
Bash
ZSH_DISABLE_COMPFIX=true
|
|
|
|
export ZSH=$HOME/.oh-my-zsh
|
|
|
|
ZSH_THEME="agnoster"
|
|
export TERM=xterm-256color
|
|
|
|
plugins=(git docker docker-compose zsh-autosuggestions kubectl)
|
|
|
|
source $ZSH/oh-my-zsh.sh
|