ZSH="$HOME/.config/kenkei/zsh" sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)";
git clone --single-branch --depth 1 https://github.com/TheKenkei/custom-ohmyzsh.git $ZSH_CUSTOM/kenkei;
echo "source $ZSH_CUSTOM/kenkei/custom.zsh" >> $ZSH_CUSTOM/example.zsh;
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
plugins=( git sudo z brew npm docker docker-compose gh zsh-syntax-highlighting web-search dirhistory)
ln -s ~/.config/kenkei/zsh/custom/kenkei/tmux/tmux.conf ~/.tmux.conf
brew install bat
source ~/.zshrc