Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 886 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 886 Bytes

dotfiles

Contains the dotfiles for tmux, vim, bash and other related stuff.

No garuntees.

Rough setup guidlines:

Checkout repo into wherever you keep repos

Copy init.vim to ~/.config/nvim/

  • Install neovim using snap (v0.9.0)
  • Install vimplug for neovim
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Install nodejs you need to run sudo sh first

Make sure to follow the instructions to install node that print after the script runs

Install yarn

  • npm install --global yarn

Install ranger Setup Ranger by moving rc.conf & commands.py to ~/.config/ranger/

Now open vim and run :PlugInstall

Setup CoC

  • cd ~/.vim/plugged/coc.vim
  • yarn install

Setup Copilot in vim :Copilot setup