- install ohmyzsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
-
copy these .rc files to your server'
-
install the zsh-highlight-syntax plugin from git
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
- install screen and vim
sudo yum install vim; sudo yum install screen
- upgrade git to 2.24.1
sudo yum remove git
sudo yum -y install https://packages.endpoint.com/rhel/7/os/x86_64/endpoint-repo-1.7-1.x86_64.rpm
sudo yum install git
git --version
- source rc files