#!/bin/bash curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim curl -fLo ~/.vimrc https://scripts.mlexps.com/.vimrc printf "export TERM=xterm-256color\nstty -ixon\nalias screenOff='xset dpms force off'\n\n" >>~/.bashrc printf "set -g mouse on" >>~/.tmux.conf printf "\n" | vim +'PlugInstall --sync' +qa