Setup dev environment
Setup device environment
As per recommendation from Hasura team, I decided to install Ubuntu 16.04 on desktop Computer.
Hardware and software configuration of my PC are shown in screen-shot.
As per recommendation from Hasura team, I decided to install Ubuntu 16.04 on desktop Computer.
Hardware and software configuration of my PC are shown in screen-shot.
I downloaded Ubuntu 16.04 image from http://releases.ubuntu.com/16.04/ubuntu-16.04.2-desktop-amd64.iso, created bootable pendrive(using Startup Disk Creator), and installed plain ubuntu 16.04 operating system on my PC.
Now I thought to install an editor. As suggested by @tanmay during his first webinar, I decided to install vim on my system. So next step was to install vim by giving command $sudo apt-get install vim. Used vimtutor to learn basic vim commands.
Updated .vimrc file for colors, indentation, numbering lines etc. The screen-shot of .vimrc file is
Comments
Post a Comment