Pear for 1.4, mage for 1.5. File downloaded into /downloader/.cache/community/
./pear download magento-community/Shipping_Agent
./mage download community Shipping_Agent
###1 one-line installment of php, apache, mysql and phpmyadmin:
$ sudo apt-get install apache2 php5-mysql php5-curl libapache2-mod-php5 mysql-server phpmyadmin
###2: open up vim
$ sudo vim /etc/apache2/apache2.conf
docker-machine create --driver virtualbox default
(this is the default with Docker toolkit).The git.io URL (http://git.io/vsk46) is a shortened form of the raw url of the plist.
# Our .tmux.conf file | |
# Setting the prefix from C-b to C-a | |
# START:prefix | |
set -g prefix C-a | |
# END:prefix | |
# Free the original Ctrl-b prefix keybinding | |
# START:unbind | |
unbind C-b |
1pass: | |
image: httpd:2.4 | |
ports: | |
- "5001:80" | |
volumes: | |
- "./1Password.agilekeychain/:/usr/local/apache2/htdocs/" |
""" Map leader to space --------------------- | |
let mapleader = " " | |
""" Plugins -------------------------------- | |
""" set number | |
" Do incremental searching. | |
set incsearch | |
set ignorecase | |
set smartcase | |
set hlsearch | |
""" Needed for which-key pluginset which-key |