Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 1.6 KB

README.md

File metadata and controls

67 lines (47 loc) · 1.6 KB

My dotfiles

Overview

Backup, restore, and sync the prefs and settings for my toolbox.

Update: On this very day, 11/13/2020, I have converted to nvim!

Update: On this very day, 12/22/2020, nvim is slow af. Going back to regular vim 8.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  1. Clone this repository:
$ git clone https://github.com/IdrisHanafi/dotfiles.git
  1. Change into the cloned directory:
$ cd dotfiles
  1. Move it to your home directory:
$ cp -r * ~/
  1. Open up the file in vim and run the following commands:
:source %
:PlugInstall

Important Notes

  1. For tmux, my prefix is both C-b or C-a.

Essentials

Some good CoC stuffs for VIM:

:CocInstall coc-tsserver
:CocInstall coc-python