Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.
/ dotfiles Public archive
forked from startup-class/dotfiles

A set of development configuration files originally from Startup Engineering MOOC.

Notifications You must be signed in to change notification settings

untidy-hair/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 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/untidy-hair/dotfiles.git
ln -sb dotfiles/.tmux.conf .
ln -sb dotfiles/.bash_profile .
ln -sb dotfiles/.bashrc .
ln -sb dotfiles/.bashrc_custom .
ln -sb dotfiles/.vimrc .
ln -sb dotfiles/.jshintrc .
ln -sb dotfiles/.gitconfig .

See also http://github.com/untidy-hair/setup to install prerequisite programs. If all goes well, in addition to a more useful prompt, now you can do vi 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

A set of development configuration files originally from Startup Engineering MOOC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 66.4%
  • Vim Script 33.6%