This is my typical Mac setup
- 1Password
- Alfred, with powerpack and workflows :
- Datetime Format Converter
| # |<---- Using a Maximum Of 50 Characters ---->| | |
| # Explain why this change is being made | |
| # |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->| | |
| # Provide links or keys to any relevant tickets, articles or other resources | |
| # Example: Github issue #23 | |
| # --- COMMIT END --- | 
This is my typical Mac setup
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # Vagrantfile API/syntax version. Don't touch unless you know what you're doing! | |
| VAGRANTFILE_API_VERSION = "2" | |
| Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
| # Debian test box | |
| config.vm.box = "puphpet/debian75-x64" | 
| group_vars | 
| # Update wheezy kernel as it requires at least a kernel 3.11.x | |
| echo "deb http://http.debian.net/debian wheezy-backports main" >> /etc/apt/sources.list | |
| aptitude update | |
| aptitude install -y -t wheezy-backports linux-image-amd64 | |
| mv /etc/grub.d/06_OVHkernel /root/ | |
| update-grub | |
| reboot | |
| # Install jenkins | |
| echo "deb http://pkg.jenkins-ci.org/debian binary/" > /etc/apt/sources.list.d/jenkins.list | 
| { | |
| "title": "Magento", | |
| "services": { | |
| "query": { | |
| "list": { | |
| "0": { | |
| "query": "*", | |
| "alias": "", | |
| "color": "#7EB26D", | |
| "id": 0, | 
| { | |
| "title": "eZpublish", | |
| "services": { | |
| "query": { | |
| "list": { | |
| "0": { | |
| "query": "*", | |
| "alias": "", | |
| "color": "#7EB26D", | |
| "id": 0, |