vkhv / configs-development-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configs for development tools

Yet another đź’© to simplify moving to another host.

TODO: https://www.youtube.com/watch?v=KKxhf50FIPI

Easy Installation

Requires vim.spf13 and fishshell

curl https://raw.githubusercontent.com/vkhv/configs-development-tools/master/install.sh | bash

fish shell features

  • alias gs 'git status'

  • alias ga 'git add -A'

  • alias gl "git log"

  • alias gc 'git commit '

  • alias gp 'git push'

  • alias gst "git status"

  • alias gr "git reset --hard"

  • alias :wq "exit"

  • alias :q "exit"

  • alias r "rm -rf"

  • export JOBS=max - tells npm to compile and install all your native addons in parallel and not sequentially. This greatly increases installation times.

vim features

  • Switching to the normal mode by pressing df, fd

  • Saving file by sa, as

  • Closing vim - cl, lc

  • Go to next tab - Tab

About


Languages

Language:Shell 100.0%