-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Madhu Srinivasan edited this page Jan 3, 2019
·
62 revisions
My Start Up Script for setting up OS X:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap homebrew/cask
brew tap homebrew/cask-versions
brew tap homebrew/science
brew cask install anaconda
brew cask install google-chrome
brew cask install 1password
brew cask install iterm2
brew cask install atom
brew cask install vyprvpn
brew cask install webstorm
brew cask install pycharm
brew cask install alfred
brew cask install docker
brew cask install omnigraffle
brew cask install omniplan
brew cask install omnifocus
brew cask install texmaker
brew cask install go2shell
brew cask install spotify
brew cask install r-app
brew cask install rstudio
brew cask install raindropio
brew cask install prezi
brew cask install skype
brew cask install sublime-text
brew cask install dropbox
brew install emacs
brew install elixir
brew install nginx
brew install git
brew install postgresql
brew install sbcl
curl -o /tmp/ql.lisp http://beta.quicklisp.org/quicklisp.lisp
sbcl --no-sysinit --no-userinit --load /tmp/ql.lisp \
--eval '(quicklisp-quickstart:install :path ".quicklisp")' \
--quit
# for emacs slime integration - https://lisp-lang.org/learn/getting-started/
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
nvm install node
npm install -g brunch
npm install -g webpack
npm install --global generate generate-license
apm install nuclide emmet language-elixir atomic-emacs
mix local.hex
mix archive.install https://github.com/phoenixframework/archives/raw/master/phoenix_new.ez
curl https://sh.rustup.rs -sSf | sh
My Script for awsgpu instance
sudo yum install lsb
sudo yum install git
sudo yum install emacs
sudo yum-config-manager --enable epel
sudo yum install Lmod