Skip to content

Unix development setup, includes setup for Vim, Git, etc.

Notifications You must be signed in to change notification settings

srinivasansharath/dev-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Development System setup

These scripts help setup the following on the development Ubuntu 18.04 system:

  1. Updates the system
  2. Installs GO, Nodejs, Npm, Vim, Mono
  3. Configures Vim with some tasty plugins and color settings

Installation

git clone https://github.com/srinivasansharath/dev-setup.git
cd dev-setup
./install.sh

Usefull VIM commands

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

References

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'

https://github.com/junegunn/vim-plug

About

Unix development setup, includes setup for Vim, Git, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published