Skip to content

Personal configuration files, originally forked from Startup Engineering MOOC.

Notifications You must be signed in to change notification settings

Grogoyle/dotfiles

 
 

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 .

About

Personal configuration files, originally forked from Startup Engineering MOOC.

github.com:Grogolye/dotfiles.git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 90.9%
  • Shell 8.8%
  • HTML 0.3%