ragnarokkrr
6/18/2016 - 9:10 PM

Aws Gist

Aws Gist

AWS

Install AWS Command Line

$ sudo pip install awscli

Configuring keys:

aws configure

Commnads:

  • aws ec2 run-instances
  • aws s3 sync
  • aws cloudformation create-stack

Parsing JSON with jq

$ sudo apt-get install jq
$ sudo pip install jq

Installation

  • Install pathogen into ~/.vim/autoload/ and add the following line to your ~/.vimrc:

      call pathogen#infect()
    
  • Make a clone of the vim-gradle repository:

      mkdir -p ~/.vim/bundle
      cd ~/.vim/bundle
      git clone https://github.com/tfnico/vim-gradle