brew install cmake
brew install python
sudo easy_install pip
Add powerline bin to your path. In your zshrc file (or the paths files sourced in zshrc) add the following line
PATH="/usr/local/share/python/:$PATH"
find . -name "*.js" -print0 | xargs -0 sed -i '' -e 's/foo/bar/g' |
" My prefs | |
syntax on | |
set number | |
colorscheme solarized | |
set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab | |
set shellcmdflag=-lc | |
set incsearch | |
set nowrap | |
set omnifunc=csscomplete#CompleteCSS | |
set guifont=mono\ 8 |
NameVirtualHost 127.0.0.1 | |
<VirtualHost 127.0.0.1:80> | |
ServerAdmin webmaster@localhost | |
ServerName site2 | |
DocumentRoot /sites/site2/www/ | |
<Directory /> | |
Options Indexes FollowSymLinks MultiViews | |
AllowOverride All | |
Order allow,deny | |
allow from all |
#!/bin/bash | |
####################################################### | |
# CRIBBS -- Cron Rsync Incremental Backup Bash Script # | |
# AUTHOR: Adam Merrifield <http://adam.merrifield.ca> # | |
# (and countless sources from the web) # | |
# DATE: 05-26-11 23:17 # | |
# VERSION: 1.0.0 # | |
####################################################### | |
#!/bin/bash | |
NAME=Adam | |
TESTDATE=`date "+%B %e, %Y"` | |
TESTTIME=`date "+%H:%M:%S"` | |
auto_init() { | |
runTest | |
} | |
runTest() { |
# Install MacTex: http://mirror.ctan.org/systems/mac/mactex/mactex-basic.pkg | |
$ sudo chown -R `whoami` /usr/local/texlive | |
$ tlmgr update --self | |
$ tlmgr install ucs | |
$ tlmgr install etoolbox | |
# Install pandoc view homebrew |
from:([email protected]) "residence_country: CA", "payer_state: ON" after:2010/12/31 before:2012/1/1 |
Problem Solving and Programming Concepts | |
Adam Merrifield (2697795). | |
Final Exam | |
################################ | |
start |
<h3>This is a test</h3> | |
<p>Adam;</p> | |
<p>If you recieved this then you have sucessfully fixed the mail server on your Mac.</p> |