This is my personal ZSH, oh-my-zsh config. Started few years back, now in its own git repo. Now it also uses zplug to manage plugins. Also contains
- configuration files
tmux.conf
gitconfig
- local config files
- make symbolic links to files in
local_config
to~/.zsh
to activate them (soon: usezplug
to manage them)
- make symbolic links to files in
- scripts
install.sh
- simple script that prepares my environment
bash -c "$(curl -fsSL https://raw.githubusercontent.com/mkos/zsh-config/master/scripts/install.sh)"
This repo must be cloned to $HOME/somedir/repos
, zshrc
has to be linked to $HOME/somedir/.zshrc
ZDOTDIR=$HOME/somedir ROOTDIR=$HOME/somedir zsh