Skip to content

Latest commit

 

History

History
executable file
·
33 lines (26 loc) · 1.32 KB

File metadata and controls

executable file
·
33 lines (26 loc) · 1.32 KB

dotfiles.git

Join the chat at https://gitter.im/yang6n/dotfiles 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:

Gitter

cd $HOME
git clone https://github.com/yang6n/dotfiles.git
ln -sb dotfiles/.screenrc .
ln -sb dotfiles/.vimrc .
ln -sb dotfiles/.zshrc .
ln -sb dotfiles/.zshrc_custom .

mkdir /etc/update-motd.d/

cp dotfiles/update-motd.d/00-header /etc/update-motd.d/
cp dotfiles/update-motd.d/10-sysinfo /etc/update-motd.d/
cp dotfiles/update-motd.d/20-uname /etc/update-motd.d/
cp dotfiles/update-motd.d/90-footer /etc/update-motd.d/

chmod +x /etc/update-motd.d/*

See also http://github.com/yang6n/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.