dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

Makefile (168B)


      1 CONFIG_DIR=~/.config/nvim
      2 
      3 vim-plug:
      4 	curl -fLo ${CONFIG_DIR}/autoload/plug.vim --create-dirs \
      5     https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim