Skip to content

Instantly share code, notes, and snippets.

@anoobbava
Last active February 24, 2020 12:41
Show Gist options
  • Save anoobbava/0d2efbe1fb1be96dccbceba882ca8400 to your computer and use it in GitHub Desktop.
Save anoobbava/0d2efbe1fb1be96dccbceba882ca8400 to your computer and use it in GitHub Desktop.
Web development guide tools
export ZSH="/home/anoob/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="agnoster"
# Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load
# a theme from this variable instead of looking in ~/.oh-my-zsh/themes/
# If set to an empty array, this variable will have no effect.
# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
# Uncomment the following line to use hyphen-insensitive completion.
# Case-sensitive compl
export ZSH="/home/anoob/.oh-my-zsh"
ZSH_THEME="agnoster"
# Uncomment the following line if pasting URLs and other text is messed up.
DISABLE_MAGIC_FUNCTIONS=true
# Uncomment the following line to enable command auto-correction.
ENABLE_CORRECTION="true"
# Uncomment the following line to display red dots whilst waiting for completion.
# COMPLETION_WAITING_DOTS="true"
# Would you like to use another custom folder than $ZSH/custom?
# ZSH_CUSTOM=/path/to/new-custom-folder
plugins=(git rails)
source $ZSH/oh-my-zsh.sh
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"
export PATH="$PATH:/home/anoob/flutter/flutter/bin"
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
alias dc="docker-compose"
export PATH=/home/anoob/.local/bin:$PATH
alias de="docker exec -it"
export JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64"

Computer Setup tools needed


Front end


Vue.js


npm install vue

React.js


chrome extensions


Apollo Client Developer Tools

Awesome Screenshot: Screen Video Recorder

Break Timer

Gitpod Online IDE

Google Hangouts

Google Hangouts

GraphIQL Feen

Motivate

Orange Work Meter

Postman Interceptor

React Developer Tools

React Developer Tools

Vue.js devtools

chrome bookmarks


attached to this gist >> html file

Backend


ruby


Versions


jruby-9.1.7.0 [ x86_64 ] ruby-1.9.3-p551 [ x86_64 ] ruby-2.3.5 [ x86_64 ] ruby-2.4.1 [ x86_64 ] =* ruby-2.4.2 [ x86_64 ] ruby-2.5.0 [ x86_64 ] ruby-2.5.5 [ x86_64 ] ruby-2.6.1 [ x86_64 ]

Tools


  1. adobe XD

  2. Android file transfer

3.discord

4.microsoft outlook

  1. MS Teams

6.potgres

7.Slack

8.sublime text

9.VS code

  1. firefox

  2. mozilla.

  3. chrome.

  4. chromium

CLI tools


install yarn install npm install nvm also install npm 9.9.0 for tappy2 oh-my-zsh rvm

graphql tool


postman data


Tappy


  1. keys for the connection in desktop 2.Tappy from github

  2. pulse secure mac client.

  3. tappy-admin from ghe

  4. tappy2 from github

VS code extensions


  1. Beautify

2.Code Spell Checker

  1. Dart

4.Debugger for Chrome

  1. DotENV

6.ES7 React/Redux/GraphQL/React-Native snippets

7.ESLint

Flutter

GitLens — Git supercharged

GraphQL for VSCode

JavaScript (ES6) code snippets

Prettier - Code formatter

Project Manager

Rails

Ruby

Ruby Solargraph

ruby-linter

ruby-rubocop

Slim

Sublime Text Keymap and Settings Importer

Trailing Spaces

Vetur

vscode-gemfile

Vue 2 Snippets

vuetify-vscode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment