These scripts help setup the following on the development Ubuntu 18.04 system:
- Updates the system
- Installs GO, Nodejs, Npm, Vim, Mono
- Configures Vim with some tasty plugins and color settings
git clone https://github.com/srinivasansharath/dev-setup.git
cd dev-setup
./install.sh
Show Directory tree:
<space>pv
Show Undo Tree:
<space>u
GoTo Parameter declaration:
<space>gd
GoTo Parameter reference:
<space>gr
Switch window left:
<space>h
Switch window right:
<space>l
Switch window top:
<space>j
Switch window bottom:
<space>k
Template .vimrc file
Ref: https://github.com/erkrnt/awesome-streamerrc/blob/master/ThePrimeagen/.vimrc
Video: https://www.youtube.com/watch?v=n9k9scbTuvQ
To install Vim Plug: reload .vimrc file and Run command:
':PlugInstall'