install zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
curl https://raw.githubusercontent.com/xstrex/dotfiles/main/.zshrc -o ~/.zshrc
curl https://raw.githubusercontent.com/xstrex/dotfiles/main/morphx.zsh-theme -o ~/.oh-my-zsh/custom/themes/morphx.zsh-theme
source ~/.zshrc
install tmux
curl https://raw.githubusercontent.com/xstrex/dotfiles/main/.tmux.conf -o ~/.tmux.conf
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
curl https://raw.githubusercontent.com/xstrex/dotfiles/main/morphx.tmux -o ~/.tmux/plugins/morphx.tmux
chmod 755 ~/.tmux/plugins/morphx.tmux
install vim
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
mkdir -p ~/.vim/autoload ~/.vim/bundle && curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
curl https://raw.githubusercontent.com/xstrex/dotfiles/main/vimrc -o ~/.vim/vimrc
:PlugInstall