Nova is a unix abstraction for system admins working on Amazon Linux 2
cd ~
git clone https://github.com/mtti-g/nova.git .nova
source .nova/main.sh
nova install dev
will install everything nova can...
nova install vim
installs the latest version of vim with a suite of plugins for development
nova install tmux
installs the latest version of tmux
nova install node
installs node and nvm, feel free to adjust your node version later with nvm i [version]
nova install git
installs git and adds a directory ~/git
for repositories to be stored
nova configure vim
just moves a default .vimrc
to your home directory
nova configure git
prompts for your email and username to sign your commits with
nova configure gh
sets up a ssh key pair with github
nova configure bash
replaces the default bashrc and toprc and sets some default options
[] create new commands on the fly nova memorize shortlog "git log --one-line"
and using it nova run shortlog
[] prompt for level of installation wanted nova install vim --light