Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View mbprabowo's full-sized avatar

Bayu Prabowo mbprabowo

View GitHub Profile
@mbprabowo
mbprabowo / .bash_profile
Last active May 31, 2017 06:18
My Bash Profile
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
export EDITOR='subl -w'
@mbprabowo
mbprabowo / agnosterzak.zsh-theme
Last active May 31, 2017 06:20
My agnosterzak zshell theme
# vim:ft=zsh ts=2 sw=2 sts=2
#
# agnoster's Theme - https://gist.github.com/3712874
# A Powerline-inspired theme for ZSH
#
# # README
#
# In order for this theme to render correctly, you will need a
# [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts).
# Make sure you have a recent version: the code points that Powerline
@mbprabowo
mbprabowo / .oh-my-zsh
Last active May 31, 2017 06:22
Default
# Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then
env ZSH=$ZSH DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT zsh -f $ZSH/tools/check_for_upgrade.sh
fi
# Initializes Oh My Zsh
# add a function path
fpath=($ZSH/functions $ZSH/completions $fpath)
@mbprabowo
mbprabowo / .zshrc
Last active June 14, 2017 06:29
My zshrc settings
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=/Users/mbprabowo/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="agnosterzak"