Skip to content

nilsi/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors