Skip to content

houjunchen/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim and zsh config files and their compact version (no additional font required).

Clone this repo

git clone https://github.com/houjunchen/dotfiles.git

Install New Font

Install one of the Nerd Fonts.

Zsh Setup

  1. Requirement

    1. Zsh plugin manager: oh-my-zsh

      sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
  2. Custom zsh plugins (should be installed manully via git clone)

    1. powerlevel10k

      git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
    2. zsh-autosuggestions

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

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

      git clone git://github.com/houjunchen/zsh-vim-mode.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-vim-mode
  3. 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)
  4. Either copy or make a symbolic link from zshrc to ~/.zshrc

About

zsh and vim configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published