This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
set :application, 'zacstewart.com' | |
set :repository, '[email protected]:zacstewart/zacstewart.com.git' | |
set :scm, :git | |
set :deploy_via, :copy | |
set :branch, "master" | |
set :copy_compression, :gzip | |
set :use_sudo, false | |
set :host, 'zacstewart.com' | |
role :web, host |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
>> IF = -> b { b } | |
=> #<Proc:0x007fb4e4049cc8 (lambda)> | |
>> LEFT = -> p { p[-> x { -> y { x } } ] } | |
=> #<Proc:0x007fb4e403d680 (lambda)> | |
>> RIGHT = -> p { p[-> x { -> y { y } } ] } | |
=> #<Proc:0x007fb4e4028ff0 (lambda)> | |
>> IS_EMPTY = LEFT |
Last login: Wed Mar 19 14:02:46 on ttys003 | |
➜ intersect git:(release/20140318) ✗ brew info imagemagick | |
imagemagick: stable 6.8.7-7 (bottled), HEAD | |
http://www.imagemagick.org | |
/usr/local/Cellar/imagemagick/6.8.7-0 (1435 files, 21M) | |
Built from source | |
/usr/local/Cellar/imagemagick/6.8.7-7 (1431 files, 20M) * | |
Poured from bottle | |
From: https://github.com/mxcl/homebrew/commits/master/Library/Formula/imagemagick.rb | |
==> Dependencies |
If you're aiming for a seamless Arch Linux installation in UEFI mode, follow along as this guide will walk you through the process step by step. We'll be using LUKS (Linux Unified Key Setup) and LVM (Logical Volume Manager) partitions on LUKS to achieve full disk encryption.
Note: I have updated this doc for UEFI mode. For those with BIOS/MBR systems, you can refer to the previous version, but keep in mind that it might be outdated and no longer accurate.
If you're only interested in installing Linux and not setting up dual boot with Windows, feel free to skip the Windows-related sections.