Advertisement
python_notes

Install Geany & Plugins

May 22nd, 2015
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. @
  2.  
  3. # Install Geany & Plugins
  4.  
  5. sudo add-apt-repository ppa:geany-dev/ppa
  6.  
  7. sudo apt-get update
  8.  
  9. sudo apt-get install geany geany-plugins
  10.  
  11.  
  12. # Geany Themes
  13.  
  14. base16-geany themes
  15.  
  16. https://github.com/robloach/base16-geany
  17.  
  18.  
  19. Geany themes & various pugins
  20.  
  21. https://github.com/codebrainz
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28. .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement