Skip to content

hamdi-aloulou/setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup.git

Download and run this on a new Digital Ocean droplet running Ubuntu 14.04 LTS to configure both the machine and your individual development environment as follows:

# to start, please ssh login as root with your key
wget -qO- github.com/hamdi-aloulou/setup/raw/master/update_locales.sh | sh
exit
# please ssh login as root again
wget -qO- github.com/hamdi-aloulou/setup/raw/master/create_user.sh | sh -s <your_username>
su <your_username>
cd
wget -qO- github.com/hamdi-aloulou/setup/raw/master/setup.sh | sh -s <your_username>
zsh
wget -qO- github.com/hamdi-aloulou/setup/raw/master/configure_zsh.sh | zsh
# you can now exit and reconnect as <your_username> with the same key

Install Menlo-Powerline on your local machine: https://github.com/thlorenz/dotfiles/commit/d7de2f6ed73136fc9cedfd89ae5577253286dd2d

Run the following for ubismart only

wget -qO- github.com/hamdi-aloulou/setup/raw/master/ubi_setup.sh | sh

###Notes:

  • You will probably need to exit and reconnect to apply the new shell profile.
  • It may also be necessary to install flycheck from emacs package manager.

See also http://github.com/hamdi-aloulou/dotfiles and Startup Engineering Video Lectures 4a/4b for more details.

About

Digital Ocean droplet setup files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%