Skip to content

Instantly share code, notes, and snippets.

View pdarden's full-sized avatar

Parinda Darden pdarden

View GitHub Profile
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreiacl74o2bme4aju3kgnefeunzacndw622gtjxkrvhgdwaiu7pvfui ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="muse"
# automatically enter directories without cd
@pdarden
pdarden / SeeingIsBelievingInstruction.md
Last active March 21, 2016 02:23
How to setup SeeingIsBelieving Plugin for Sublime Text/RVM/OS X

Integration of seeing_is_believing to sublime text 2/3 as a plugin with RVM on OS X.

In Terminal

  1. $ rvm 2.0.0@sublime-text-2 --create or for ST-3 $ rvm 2.0.0@sublime-text-3 --create
  2. $ gem install seeing_is_believing
  3. $ cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages or for ST-3 $ cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
  4. git clone git://github.com/JoshCheek/sublime-text-2-seeing-is-believing.git SeeingIsBelieving
  5. $ rvm wrapper 2.0.0@sublime-text-2 sublime or for ST-3 $ rvm wrapper 2.0.0@sublime-text-3 sublime
@pdarden
pdarden / git_core_editor.txt
Last active December 23, 2015 15:29
Using Sublime Text 2 as the main editor in Git
$ git config --global core.editor "subl -n -w"
@pdarden
pdarden / edit_bash.txt
Last active December 23, 2015 15:29
Open '.bash_profile' iTerm's profile in shell for editing
$ open -e ~/.bash_profile
@pdarden
pdarden / git_editor.txt
Last active December 23, 2015 15:29
Open '.gitconfig' with your editor in terminal
$ git config --global --edit