Advertisement
davidva

cheat

Jul 29th, 2014
2,336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. sudo apt-get install python-pip
  2.  
  3. sudo apt-get install git (Debian-based system)
  4.  
  5. sudo pip install docopt pygments
  6. git clone https://github.com/chrisallenlane/cheat.git
  7. cd cheat
  8. sudo python setup.py install
  9.  
  10. wget https://github.com/chrisallenlane/cheat/raw/master/cheat/autocompletion/cheat.bash
  11.  
  12. sudo cp cheat.bash /etc/bash_completion.d/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement