Compare commits

..

No commits in common. "18ce97d5b55c12835abc19680e37c7cc45162b6a" and "ac7ebdbe1d78b4f21fb79bd6891f76f6b1ad3d5c" have entirely different histories.

3 changed files with 2 additions and 17 deletions

View File

@ -2,8 +2,6 @@
" i had problems when it was lower in the file.
let mapleader=","
let g:go_version_warning = 0
silent !mkdir -p ~/.nvim/plug > /dev/null 2>&1
silent !mkdir -p ~/.nvim/backup > /dev/null 2>&1
silent !mkdir -p ~/.nvim/undo > /dev/null 2>&1

View File

@ -1,11 +1,5 @@
alias vim="nvim"
alias vi="nvim"
export GOPATH="/usr/local/go"
if [[ ! -d $GOPATH ]]; then
sudo mkdir -p $GOPATH
chown $(whoami):$(whoami) $GOPATH
fi
export PATH="$PATH:$HOME/bin"
_byobu_sourced=1 . /usr/bin/byobu-launch

View File

@ -1,5 +1,4 @@
#!/bin/bash
source ./profile.sh
PKGS="
byobu
@ -11,12 +10,6 @@ sudo amazon-linux-extras install epel -y
sudo amazon-linux-extras install docker
sudo yum -y install $PKGS
sudo yum upgrade -y
# setup vim
echo "" | vim +PlugInstall +qall
vim +GoInstallBinaries +qall
vim +PlugInstall +qall
# configure byobu
byobu-launcher-install
byobu