Skip to content

Instantly share code, notes, and snippets.

@jcaromiq
Last active April 24, 2017 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcaromiq/b28802970883de54046c6244ddf446e2 to your computer and use it in GitHub Desktop.
Save jcaromiq/b28802970883de54046c6244ddf446e2 to your computer and use it in GitHub Desktop.
# cygwin bash like a boss

CYGWIN + ZSH

https://guysherman.com/2013/11/02/my-ultimate-cygwin-setup/ https://hipertextual.com/archivo/2014/09/personalizar-prompt-zsh/

Install packages from command line

setup-x86_64 -q -P wget,tar,qawk,bzip2,subversion,vim

APT-CYG

wget rawgit.com/transcode-open/apt-cyg/master/apt-cyg install apt-cyg /bin

usage : apt-cyg install nano

Oh My ZSH!

http://ohmyz.sh

Installation

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

List of plugins

https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins

List of themes

https://github.com/robbyrussell/oh-my-zsh/tree/master/themes

AWS-CLI

curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"

python get-pip.py

pip2 install awscli

aws --version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment