Skip to content

TheKenkei/custom-ohmyzsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTALL

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;

POWERLEVEL10K

    git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

zsh-syntax-highlighting

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

EXPORT PLUGINS

 plugins=( git sudo z brew npm docker docker-compose gh zsh-syntax-highlighting web-search dirhistory)

ADD TMUX

 ln -s ~/.config/kenkei/zsh/custom/kenkei/tmux/tmux.conf ~/.tmux.conf

OTHER

brew install bat

DONE

source ~/.zshrc

About

this repository for zsh

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages