Advertisement
TheDelta

config

Apr 30th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.45 KB | None | 0 0
  1. sudo apt-get install aptitude;
  2. sudo aptitude update;
  3. sudo aptitude full-upgrade;
  4. sudo aptitude install zsh vim mc git nginx php7.1-fpm htop -y;
  5. sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)";
  6. git clone https://github.com/amix/vimrc.git ~/.vim_runtime;
  7. sh ~/.vim_runtime/install_awesome_vimrc.sh;
  8. zsh;
  9. chsh;
  10. vim .zshrc;
  11. source .zshrc;
  12. sudo vim /etc/ssh/sshd_config;
  13. sudo service ssh restart;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement