igorbrasileiro / setup

My DEV Setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup

My DEV Setup

How run git_setup

Execute this follow steps

$ chmod +x git_setup.sh
$ ./git_setup.sh

after run this close the terminal and open a new one.

Git alias Commands:

  • git sw = git switch
  • git l1 = git log --oneline

Bash alias for Git:

  • gitfep = git fetch and git pull

Remove merged branches script

$ ~/remove_merged_branchs.sh
These branches have been merged:
 ... # branch names here
Are you sure? y
Removing...
Deleted branch ... # branch name here
Done!

Install vscode extensions

Run

$ chmod +x ./install_vscode_extensions.sh
$ ./install_vscode_extensions.sh

https://pastebin.com/WrbsAGeH

About

My DEV Setup


Languages

Language:Shell 78.7%Language:Lua 14.9%Language:Vim Script 6.4%