Skip to content

Instantly share code, notes, and snippets.

View zero-tuesday's full-sized avatar
🏳️‍⚧️

Moe Uddin zero-tuesday

🏳️‍⚧️
View GitHub Profile
@zero-tuesday
zero-tuesday / cgit-macos.md
Created September 29, 2020 23:31
Building cgit on macOS

Building cgit on macOS

Checkout and init the submodule.

git clone git://git.zx2c4.com/cgit
cd cgit
git submodule init
git submodule update
@zero-tuesday
zero-tuesday / .bash_profile
Created September 24, 2020 06:51
bash config
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
export EDITOR=vim
export PS1="\[$(tput bold)\]🔮 \[$(tput setaf 5)\][\[$(tput setaf 2)\]\W\[$(tput setaf 5)\]]\[$(tput setaf 4)\]: \[$(tput sgr0)\]"
export SHELL_SESSION_HISTORY=0
export HOMEBREW_INSTALL_CLEANUP=1
export BASH_SILENCE_DEPRECATION_WARNING=1
@zero-tuesday
zero-tuesday / Preferences.sublime-settings
Created September 24, 2020 06:48
sublime text config
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Sixteen.sublime-color-scheme",
"dictionary": "Packages/Language - English/en_US.dic",
"draw_indent_guides": true,
"draw_minimap_border": true,
"draw_white_space": "selection",
"fade_fold_buttons": false,
@zero-tuesday
zero-tuesday / .zshrc
Created September 24, 2020 06:44
zsh config
PROMPT="🔮 %B%F{magenta}[%F{green}%2~%F{magenta}]%f:%b "
HISTFILE=${ZDOTDIR:-$HOME}/.zsh_history
SAVEHIST=5000
HISTSIZE=2000
export CLICOLOR=1
export EDITOR=vim
# include more info like like in history file
@zero-tuesday
zero-tuesday / .gitconfig
Last active January 23, 2023 13:42
git log config
[color]
ui = true
[log]
date = auto:human
[format]
pretty = format:🏷 %C(auto, bold yellow) %h 📅 %<(16,trunc)%C(auto, bold green)%ad 💃 %<(16,trunc)%C(auto, bold red)%aN 📨 %<(70,mtrunc)%C(auto, bold blue)%s