Advertisement
Guest User

asdf

a guest
Sep 29th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.16 KB | None | 0 0
  1. install_misc_packages(){
  2. sudo apt-get install -y \
  3. alsa-utils \
  4. aspell \
  5. cifs-utils \
  6. cmus \
  7. curl \
  8. dictd \
  9. dict-gcide \
  10. dict-moby-thesaurus \
  11. dnsutils \
  12. feh \
  13. git \
  14. htop \
  15. iftop \
  16. irssi \
  17. lftp \
  18. links2 \
  19. lolcat \
  20. mpv \
  21. mupdf \
  22. mutt \
  23. nethogs \
  24. newsbeuter \
  25. nfs-common \
  26. openssh-server \
  27. p7zip \
  28. pass \
  29. pwgen \
  30. python \
  31. python-pip \
  32. python3-pip \
  33. ranger \
  34. rsync \
  35. rtorrent \
  36. scrot \
  37. sshfs \
  38. stterm \
  39. suckless-tools \
  40. tmux \
  41. toilet \
  42. unrar \
  43. vim \
  44. weather-util \
  45. whois \
  46. xcowsay \
  47. xfishtank
  48. }
  49.  
  50. install_pip_packages(){
  51. sudo pip install --upgrade \
  52. awscli \
  53. boto \
  54. bpython \
  55. demjson \
  56. doge \
  57. dotfiles \
  58. gcalcli \
  59. ipython \
  60. monica \
  61. moviemon \
  62. pep8 \
  63. ranger \
  64. speedtest-cli \
  65. thefuck \
  66. youtube-dl
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement