Skip to content

Instantly share code, notes, and snippets.

View PaulusTM's full-sized avatar
🦄
Unicorn Power

Daniel Paulus PaulusTM

🦄
Unicorn Power
View GitHub Profile
@PaulusTM
PaulusTM / nginx
Created June 6, 2011 16:13
nginx init file
#!/bin/sh
#
# nginx - this script starts and stops the nginx daemon
#
# Place this file here: /etc/init.d/
#
# chkconfig: - 85 15
# description: Nginx is an HTTP(S) server, HTTP(S) reverse \
# proxy and IMAP/POP3 proxy server
# processname: nginx
" -----------------------------------------------------------------------------
" VIM Configuration for Janus (https://github.com/carlhuda/janus.git)
" Lars Smit [email protected]
" -----------------------------------------------------------------------------
" -----------------------------------------------------------------------------
" Basics
" -----------------------------------------------------------------------------
set encoding=utf8
# ~/Library/Application Support/TextMate/Bundles
# Cleanup Bundles
rm -rf *.tmbundle
# Update bundles from Github
# HTML
git clone git://github.com/textmate/html.tmbundle.git "HTML.tmbundle"
git clone git://github.com/johnmuhl/html5.tmbundle.git "HTML5.tmbundle"
@PaulusTM
PaulusTM / darkdevel.vim
Created February 28, 2011 15:25
nice dark vim color scheme
" Darkdevel Vim color scheme
"
" Name: darkdevel.vim
" Maintainer: Hallison Batista <[email protected]>
" Last Change: 2009-03-17
" License: Public Domain
" Version: 1.1.1
highlight clear
@PaulusTM
PaulusTM / .zshrc
Created February 18, 2011 11:22
.zshrc
# Path to your oh-my-zsh configuration.
export ZSH=$HOME/.oh-my-zsh
# Set to the name theme to load.
# Look in ~/.oh-my-zsh/themes/
export ZSH_THEME="candy"
# Set to this to use case-sensitive completion
# export CASE_SENSITIVE="true"
@PaulusTM
PaulusTM / gvimrc.local
Created February 18, 2011 10:54
gvimrc.local
" Basics
"set encoding=utf8
" Gui settings
"color molokai
"set guifont=Menlo:h12
"if has("gui_running")
" set guioptions-=T "Remove toolbar
" set transparency=0