Skip to content

wontaeyang/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Neovim setup

  1. brew update

  2. brew install neovim/neovim/neovim

  3. clone dotfiles repo git@github.com:wontaeyang/dotfiles.git to ~/development

  4. install fonts ./install.sh in ~/development/fonts

  5. symlink folders ln -s ~/development/dotfiles/nvim ~/.config/nvim

  6. symlink zshrc ln -s ~/development/dotfiles/.zshrc ~/.zshrc

  7. install vim-plug if vim plug is not in repo

curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  1. brew install fzf

  2. brew install ripgrep

  3. nvim +PlugInstall

apps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published