Skip to content

Instantly share code, notes, and snippets.

@richmidwinter
Last active December 15, 2015 16:49
Show Gist options
  • Save richmidwinter/5291945 to your computer and use it in GitHub Desktop.
Save richmidwinter/5291945 to your computer and use it in GitHub Desktop.
Setup EC2 for Alfresco dev
#
# Environment setup for developing with Alfresco on EC2
#
# curl -sL http://goo.gl/k0rpz -o ec2.sh && . ec2.sh && rm ec2.sh
#
echo "#export PROMPT_COMMAND=\"\$PROMPT_COMMAND && date\"
alias vi='vim'
" >> ~/.bashrc
echo "syntax on
filetype on
au BufNewFile,BufRead *.html.ftl set filetype=html
au BufNewFile,BufRead *.json set filetype=javascript
imap <D-V> ^O\"+p'
" >> ~/.vimrc
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment