Signed-off-by: Ein Verne <[email protected]>
@ -2,7 +2,7 @@
# export PATH=$HOME/bin:/usr/local/bin:$PATH
export EDITOR=vim
export TERM="screen-256color"
#export TERM="screen-256color"
bindkey -e
export JAVA_HOME=/usr/local/jdk1.8.0_131/
VIMDIR=${1:-$HOME}
# install ctags to solve "Exuberant ctags not found in PATH" error
sudo apt-get install -y zsh
sudo apt-get install -y zsh zsh-antigen
chsh -s $(which zsh)
sudo apt-get install -y exuberant-ctags
sudo apt-get install -y vim vim-gtk tmux