Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh -e
PROJECT_LINK=
PROJECT_NAME=
if [ "${PROJECT_NAME}" = "" ]; then
echo "ERROR: PROJECT_NAME is required"
exit 1
fi
#!/bin/sh -e
# notes on third-party vendor imports with bzr
# http://bazaar.canonical.com
sudo mkdir -p /srv/bzr/website
sudo mkdir -p /srv/bzr/website/branches/vendor
sudo bzr init-repo /srv/bzr/website
sudo bzr init /srv/bzr/website/branches/vendor
#!/bin/sh -e
# http://www.linode.com/stackscripts/view/?StackScriptID=5640
dpkg-reconfigure tzdata
vi /etc/hostname /etc/hosts
vi /etc/default/dhcpcd # (maybe)
service hostname restart

M'kay. I've solved most of my problems. Yay me. I'm down to just one. Let's say I have:

locales/en.yml

about: "About"
paths:
  about: "about"

locales/es.yml