Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- arp-scan
- aria2c
- alsa-tools
- alsa-utils
- apache2
- blender
- conky
- curl
- ecryptfs-utils
- ezquake
- feh
- firefox
- gcc
- git
- i3
- i3blocks
- imagemagick
- kdenlive
- kupfer
- libnotify-bin
- libsane-hpaio
- mysql-client
- mysql-server
- mpv
- notification-daemon
- notify-osd
- numlockx
- pcmanfm
- pavucontrol
- phpmyadmin
- prboom-plus
- pulseaudio
- pulseaudio-module-bluetooth
- pulseaudio-module-gconf
- pulseaudio-module-jack
- pulseaudio-module-zeroconf
- pulseaudio-utils
- openssh-client
- openssh-server
- quakespasm
- scrot
- sudo
- #for Unicode
- ttf-ancient-fonts
- vim
- vim-nox
- vim-pathogen
- vim-youcompleteme
- wicd
- xautolock
- xautomation
- xclip
- xinput
- xfce4-terminal
- zenity
- zsh
- #set Shell and Host
- chsh -s /bin/zsh root
- chsh -s /bin/zsh metalx1000
- vim /etc/hosts
- #set timezone
- ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
- /sbin/hwclock --systohc
- #set sudo
- adduser metalx1000 sudo
- #set links
- mkdir /home/metalx1000/www
- ln -s /home/metalx1000/www /var/www/html/metalx1000
- ln -s /media/metalx1000/DATA/media /home/metalx1000/www/media
- ln -s /media/metalx1000/DATA /home/metalx1000/data
- #vim setup
- cd /home/metalx1000/www
- git clone "https://github.com/metalx1000/My-Vim-Setup.git"
- cd My-Vim-Setup
- ./install
- #youtube-dl
- sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
- sudo chmod a+rx /usr/local/bin/youtube-dl
- #add user to groups
- usermod -a -G pulse,pulse-access,vboxusers,dialout metalx1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement