Skip to content

Instantly share code, notes, and snippets.

@singajeet
singajeet / git_helpers.zsh
Last active August 12, 2019 23:05
Contains function to work with github repo and gists
#! env zsh
########################################
# git_helper.zsh
# Author: Ajeet Singh
# provides functions as commands for git
########################################
#variables
export GIST_UPLOAD_URL="https://api.github.com/gists"
export GIST_DOWNLOAD_URL="https://gist.github.com"
@singajeet
singajeet / armin_plugin_mgr.zsh
Created March 16, 2018 18:08
Manager to manage different kind plugins
#!env zsh
#############################################
# Reinstall plugins for Armin-Studio
# Name: armin_plugin_mgr.zsh
# Author: Ajeet Singh
#############################################
base_dir=~/projects/python/armin/plugins-all/
function reinstall_plugins(){
@singajeet
singajeet / easy_nav.zsh
Created March 16, 2018 18:00
Script to navigate on command prompt using key-folder mapping
#! env zsh
#############################################
# nav.sh -> Helps navigating projects through
# shortcuts
# Author: Ajeet Singh
#############################################
MAP_FILE=~/.nav.map
function _nav_options(){