Vim and zsh config files and their compact version (no additional font required).
git clone https://github.com/houjunchen/dotfiles.git
Install one of the Nerd Fonts.
-
Requirement
-
Zsh plugin manager: oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
-
-
Custom zsh plugins (should be installed manully via
git clone
)-
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
-
git clone git://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
-
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
-
git clone git://github.com/houjunchen/zsh-vim-mode.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-vim-mode
-
-
Change default ANSI color: base16-shell
git clone https://github.com/chriskempson/base16-shell.git ~/.config/base16-shell
- Start a new shell and then type base16 (tab completion)
-
Either copy or make a symbolic link from
zshrc
to~/.zshrc