diff options
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ sudo apt install -y sudo vim git curl wget btop tmux sudo usermod -aG sudo "$(whoami)" sudo apt install -y nmap traceroute netcat-openbsd man man-db rsync ed bc unrar-free zip unzip lvm2 +echo "[run] installing other packages..." +sudo apt install -y pandoc + echo "[run] setting up classical vim..." tee -a ~/.vimrc << END syntax on |