juvasquezg / dotfiles

Development configuration files for Startup Engineering MOOC. Intended to be forked and customized by students.

Home Page:http://coursera.org/course/startup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles.git

Clone and run this on a new EC2 instance running Ubuntu 12.04.2 LTS to configure your bash and emacs development environment as follows:

cd $HOME
git clone https://github.com/startup-class/dotfiles.git
ln -sb dotfiles/.screenrc .
ln -sb dotfiles/.bash_profile .
ln -sb dotfiles/.bashrc .
ln -sb dotfiles/.bashrc_custom .
mv .emacs.d .emacs.d~
ln -s dotfiles/.emacs.d .

See also http://github.com/startup-class/setup to install prerequisite programs. If all goes well, in addition to a more useful prompt, now you can do emacs -nw hello.js and hitting C-c! to launch an interactive SSJS REPL, among many other features. See the Startup Engineering Video Lectures 4a/4b for more details.

About

Development configuration files for Startup Engineering MOOC. Intended to be forked and customized by students.

http://coursera.org/course/startup


Languages

Language:Emacs Lisp 83.6%Language:HTML 6.6%Language:JavaScript 2.2%Language:PHP 1.9%Language:Shell 1.8%Language:Perl 1.7%Language:Python 1.2%Language:CSS 0.3%Language:XSLT 0.3%Language:Smarty 0.1%Language:Ruby 0.0%Language:Prolog 0.0%Language:Groff 0.0%Language:Makefile 0.0%Language:ASP 0.0%Language:R 0.0%Language:Mako 0.0%Language:Java 0.0%Language:Erlang 0.0%Language:Nu 0.0%Language:Perl 6 0.0%Language:C 0.0%Language:Groovy 0.0%