Skip to content

cyc115/dotfiles

This branch is 41 commits ahead of startup-class/dotfiles:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 6, 2016
Jul 19, 2015
Oct 10, 2014
Aug 10, 2016
Aug 10, 2016
May 25, 2016
Nov 9, 2013
Oct 10, 2014
Nov 6, 2016
Nov 6, 2016
Jul 1, 2013
Aug 10, 2016
Aug 10, 2016
Jul 1, 2013
Jul 19, 2015
Jul 19, 2015
Oct 10, 2014
May 25, 2016
May 25, 2016
May 25, 2016
May 25, 2016
May 25, 2016
May 25, 2016
Jul 19, 2015
Jul 19, 2015
Sep 20, 2015
May 25, 2016
May 25, 2016
May 25, 2016
Nov 6, 2016
May 25, 2016
May 25, 2016
May 25, 2016

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 .

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.

About

Ubuntu configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 66.4%
  • JavaScript 26.6%
  • Python 5.8%
  • Shell 1.1%
  • Roff 0.1%
  • Makefile 0.0%