vikeen / tools

Personal development tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tools

This is a repository to catalog useful tools that I use for software development.

Editors

  1. javascript - Webstorm
  2. database - Datagrip

Terminal

  1. iterm2 - https://www.iterm2.com/downloads.html
  2. shell - https://ohmyz.sh/
  3. vim color theme - https://github.com/altercation/vim-colors-solarized

Node

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

https://nodejs.org/en/download/

NVM

Node Version Manager - Simple bash script to manage multiple active node.js versions

https://github.com/creationix/nvm

Git

Aliases

  • git config --global alias.co checkout
  • git config --global alias.br branch
  • git config --global alias.ci commit
  • git config --global alias.st status

Design

Sketch

https://www.sketchapp.com/get/

About

Personal development tools


Languages

Language:JavaScript 100.0%