Last active
December 15, 2015 16:49
-
-
Save richmidwinter/5291945 to your computer and use it in GitHub Desktop.
Setup EC2 for Alfresco dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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