Skip to content

Instantly share code, notes, and snippets.

View 3D-I's full-sized avatar
πŸ’­
😜 Buried by a certain volume of code πŸ€“

3Di 3D-I

πŸ’­
😜 Buried by a certain volume of code πŸ€“
View GitHub Profile
@3D-I
3D-I / gitcom.md
Created January 2, 2022 01:12 — forked from jednano/gitcom.md
Common git commands in a day-to-day workflow

Git Cheat Sheet

Initial Setup

Create an empty git repo or reinitialize an existing one

git init
@3D-I
3D-I / .zshrc
Created January 2, 2022 01:12 — forked from jednano/.zshrc
source /usr/local/lib/python3.7/site-packages/powerline/bindings/zsh/powerline.zsh
export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
export PATH="/usr/local/opt/python/bin:$PATH"
export GPG_TTY=$(tty)
# export START="$HOME/a"
# if [[ $PWD == $HOME ]]; then
# cd $START
# fi