Skip to content

Instantly share code, notes, and snippets.

@MJ111
Last active January 21, 2017 15:35
Show Gist options
  • Save MJ111/52238cb1b63502d9fcf545a1b5f138b2 to your computer and use it in GitHub Desktop.
Save MJ111/52238cb1b63502d9fcf545a1b5f138b2 to your computer and use it in GitHub Desktop.
.zshrc
# Path to your oh-my-zsh installation.
export ZSH=/Users/minjeongkim/.oh-my-zsh
source $ZSH/oh-my-zsh.sh
source ~/.zplug/init.zsh
zplug "plugins/git", from:oh-my-zsh
zplug "zsh-users/zsh-autosuggestions"
zplug "b4b4r07/enhancd", use:init.sh
zplug "b4b4r07/httpstat", \
as:command, \
use:'(*).sh', \
rename-to:'$1'
#zplug "b4b4r07/emoji-cli", defer:2
zplug "denysdovhan/spaceship-zsh-theme", as:theme
zplug load
setopt HIST_IGNORE_ALL_DUPS
alias zshconfig="vim ~/.zshrc"
alias "c=xclip"
alias "v=xclip -o"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment