Skip to content

Instantly share code, notes, and snippets.

View shovanch's full-sized avatar

Shovan Chatterjee shovanch

View GitHub Profile
@shovanch
shovanch / git-aliases.txt
Created February 28, 2018 20:05 — forked from kristofferh/git-aliases.txt
List all git aliases
List just aliases
$ git config --get-regexp alias
List all config parameters
$ git config --list
@shovanch
shovanch / JS-snippets.json
Last active September 10, 2018 19:29
VSCode Javascript snippets
{
// Place your snippets for javascript here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
@shovanch
shovanch / WSL.MD
Last active September 10, 2018 19:28
How to install nice terminal

sudo apt-get update sudo apt-get upgrade -y sudo do-release-upgrade -d

  • Setup Node and git in ubuntu Node Instruction sudo apt-get install -y nodejs and for git : sudo apt install git
  • Install ZSH sudo apt-get install zsh
  • Open your bash profile nano ~/.bashrc
  • Add this to set it to use ZSH as default in nano ~/.bashrc: