Advertisement
metalx1000

2018 setup

Jun 27th, 2018
1,043
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.43 KB | None | 0 0
  1. arp-scan
  2. aria2c
  3. alsa-tools
  4. alsa-utils
  5. apache2
  6. blender
  7. conky
  8. curl
  9. ecryptfs-utils
  10. ezquake
  11. feh
  12. firefox
  13. gcc
  14. git
  15. i3
  16. i3blocks
  17. imagemagick
  18. kdenlive
  19. kupfer
  20. libnotify-bin
  21. libsane-hpaio
  22. mysql-client
  23. mysql-server
  24. mpv
  25. notification-daemon
  26. notify-osd
  27. numlockx
  28. pcmanfm
  29. pavucontrol
  30. phpmyadmin
  31. prboom-plus
  32. pulseaudio
  33. pulseaudio-module-bluetooth
  34. pulseaudio-module-gconf
  35. pulseaudio-module-jack
  36. pulseaudio-module-zeroconf
  37. pulseaudio-utils
  38. openssh-client
  39. openssh-server
  40. quakespasm
  41. scrot
  42. sudo
  43. #for Unicode
  44. ttf-ancient-fonts
  45. vim
  46. vim-nox
  47. vim-pathogen
  48. vim-youcompleteme
  49. wicd
  50. xautolock
  51. xautomation
  52. xclip
  53. xinput
  54. xfce4-terminal
  55. zenity
  56. zsh
  57.  
  58. #set Shell and Host
  59. chsh -s /bin/zsh root
  60. chsh -s /bin/zsh metalx1000
  61. vim /etc/hosts
  62.  
  63. #set timezone
  64. ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
  65. /sbin/hwclock --systohc
  66.  
  67. #set sudo
  68. adduser metalx1000 sudo
  69.  
  70. #set links
  71. mkdir /home/metalx1000/www
  72. ln -s /home/metalx1000/www /var/www/html/metalx1000
  73. ln -s /media/metalx1000/DATA/media /home/metalx1000/www/media
  74. ln -s /media/metalx1000/DATA /home/metalx1000/data
  75.  
  76. #vim setup
  77. cd /home/metalx1000/www
  78. git clone "https://github.com/metalx1000/My-Vim-Setup.git"
  79. cd My-Vim-Setup
  80. ./install
  81.  
  82. #youtube-dl
  83. sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
  84. sudo chmod a+rx /usr/local/bin/youtube-dl
  85.  
  86. #add user to groups
  87. usermod -a -G pulse,pulse-access,vboxusers,dialout metalx1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement