akhilveeraghanta / dotfiles

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Shell 89.3%Language:Vim Script 9.6%Language:Python 1.1%