Quickly set up a command line environment for long-term use in any bare metal machine.
The installation script will install some simplistic configurations of:
oh-my-zsh
with a custom theme- Vim
- Tmux
- Run the installation script. Answer
Y
to all prompts. Log out of the shell when first dropped into Zsh.
git clone https://github.com/KevinRSX/home && cd home && ./install.sh
- Log out of the shell and log back in again.
- Enter Vim and
:PlugInstall
- Enter Tmux and
<C-b> I
- Proper Neovim support (The script installs Neovim by default, but too many things still require the user to manually set up right now.)