Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. In order (maybe). Some stuff are Arch specific.
  2.  
  3. # Base system stuff
  4. - grub
  5. - os-prober
  6.  
  7. # A decent shell and a way to talk to the world
  8. - zsh
  9. - grml-zsh-config
  10. - fish
  11. - openssh
  12. - sshfs
  13.  
  14. # Sanity
  15. - sudo
  16. - pacaur (AUR)
  17. - mlocate
  18. remember to run updatedb after installing
  19. - curl
  20. - wget
  21.  
  22. # Base X
  23. - xorg-server
  24. - xorg-server-utils
  25. - xorg-xinit
  26. - xorg-xrandr
  27.  
  28. ## Video drivers
  29. - nvidia or whatever
  30. - xf86-video-vesa
  31. - mesa
  32.  
  33. # GUI
  34. - awesome
  35.  
  36. ## A decent font
  37. - ttf-dejavu
  38. - adobe-source-code-pro-fonts
  39. At least I really like it.
  40.  
  41. # Terminals
  42. - urxvt
  43. - roxterm
  44. - tmux
  45.  
  46. # Sound
  47. - alsa-utils
  48. God bless alsa.
  49.  
  50. # Programming usefulness
  51. - emacs
  52. Or vim or whatever.
  53. - git
  54. - mercurial
  55.  
  56. # Browsers
  57. - firefox
  58. - google-chrome (on AUR)
  59.  
  60. # Media
  61. - vlc
  62. - mpd
  63. - ncmpcpp
  64.  
  65. # Downloads and shit
  66. - rtorrent
  67. - rsync
  68. - irssi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement