dbgb / startup-dotfiles

Development config files for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Development config files for Linux


Languages

Language:Emacs Lisp 91.9%Language:Shell 7.7%Language:HTML 0.3%