/startup-dotfiles

Development config files for Linux

Primary LanguageEmacs Lisp

dotfiles.git

See here for headless install of this script and prerequisite programs.

Or, clone and manually configure your bash and emacs development environment as follows:

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

Tested and working on:

  • Ubuntu 12.04.2 LTS (EC2 instance)
  • Mint 15 (VirtualBox 4.2.12 r84980)

More info at:

dotfiles.github.io

Stanford Startup Engineering video lectures 4a/4b