nilsi / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Install

Karbiner

  1. Simple modifications: caps lock -> escape
  2. Complex modification -> import Vi Mode, left_control + hjkl. shift/option/command + arrow working.

Homebrew

  • Update brewfile: brew bundle dump
  • Install everything in brewfile: brew bundle

Other

  1. Install syntax highlighting by: git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting)
  2. Better reverse search in terminal: $(brew --prefix)/opt/fzf/install

Neovim

First open run PlugInstall manually.

If getting "Javascript entry not found, please compile coc.nvim by esbuild" when checkhealth. Do: cd ${HOME}/.vim/bundles/coc.nvim/ npm install

Autojump

Add this to ~/.zshrc file: [ -f /opt/homebrew/etc/profile.d/autojump.sh ] && . /opt/homebrew/etc/profile.d/autojump.sh

About


Languages

Language:Vim Script 57.5%Language:Shell 34.7%Language:C 6.3%Language:Lua 0.9%Language:Ruby 0.6%Language:Makefile 0.0%