Skip to content

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

Notifications You must be signed in to change notification settings

lukewang1990/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .
ln -sb dotfiles/.gitconfig .

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.

============ For Mac OS

cd ~ cp dotfiles/mac/init_mac . ./init_mac

============ For Linux (to use it as standalone)

cd ~ cp dotfiles/init_linux . ./init_linux

============

For Cygwin

cd ~ cp dotfiles/cygwin/init_cygwin . ./init_cygwin

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 74.7%
  • Vim Script 13.4%
  • Shell 11.9%