Skip to content

Instantly share code, notes, and snippets.

View theironsamurai's full-sized avatar

Nick Horton theironsamurai

View GitHub Profile
@theironsamurai
theironsamurai / .bashrc
Last active October 30, 2018 17:59
My Bash config - added to bottom of distro defaults
####################################################
########### My Bash Extras ########################
####################################################
##### Add to the bottom of the .bashrc
BROWSER=/usr/bin/firefox
EDITOR=/usr/bin/vim
export PATH="$PATH:$HOME/.local/bin"
@takumikinjo
takumikinjo / org2doku
Created March 21, 2011 07:19
Convert Emacs org-mode formatted text to Dokuwiki formatted one.
#!/usr/bin/env perl
# Usage
#
# cat <<EOF | ./org2doku
# * heading
#
# - item
# - sub item
#