Skip to content

Instantly share code, notes, and snippets.

View thesabbir's full-sized avatar

Sabbir Ahmed thesabbir

View GitHub Profile
$ awk -v ORS='\\n' '1' karnov-review.2019-01-21.private-key.pem | pbcopy
@thesabbir
thesabbir / .zshrc
Last active May 25, 2021 14:06
Zsh config
export ZSH="/Users/sabbir/.oh-my-zsh"
export UPDATE_ZSH_DAYS=30
ZSH_THEME="spaceship"
DISABLE_UPDATE_PROMPT="true"
COMPLETION_WAITING_DOTS="true"
plugins=(git zsh-iterm-touchbar zsh-autosuggestions history-substring-search git-extras git-flow npm node z extract fancy-ctrl-z zsh_reload docker git-extras osx yarn zsh-syntax-highlighting)
source $ZSH/oh-my-zsh.sh