Skip to content

setup environment and core software on an aws node

Notifications You must be signed in to change notification settings

yahyavi/linux-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linux setup

setup environment and core software on a linux node

run these commands on a new node:

sudo apt-get install -y git-core
git clone git@github.com:yahyavi/linux-setup.git
./linux-setup/setup.sh

a very good source on solarizing color scheme: http://randomartifacts.blogspot.com/2012/10/a-proper-cygwin-environment.html

note

If setting up a non-login system (normal ubuntu machine), add this line to .bashrc_custom

[ -s $HOME/.nvm/nvm.sh ] && . $HOME/.nvm/nvm.sh # This loads NVM

About

setup environment and core software on an aws node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.1%
  • Vim Script 42.9%