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

jonathanau/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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 vim 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 .
test -e .vim/bundle && mv .vim/bundle .vim/bundle.old
test -e .vim/autoload/pathogen.vim && .vim/autoload/pathogen.vim.old
ln -s dotfiles/.vim/bundle .
ln -s dotfiles/.vim/autoload/pathogen.vim .

See also http://github.com/startup-class/setup to install prerequisite programs. 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 84.1%
  • Python 14.0%
  • Shell 1.0%
  • Perl 0.5%
  • Awk 0.2%
  • Erlang 0.1%
  • CoffeeScript 0.1%