Installation

Clone the git repository in your home directory.

cd ~ && git clone https://github.com/kilavila/.vilath.git
sh

Create an alias in your .bashrc

~/.bashrc
+
# You can change this alias to whatever you want
# as long as the path is correct it will work
alias vps="~/.vilath/.bin/vps" 
bash
1
2
3

...or run the following command.

echo "alias vps='~/.vilath/.bin/vps'" >> ~/.bashrc
sh

Either close and re-open your terminal, or run exec bash.
You can now use your alias anywhere in the shell, which we will do when we configure VPS.

Mac user?

Then you probably want to change ~/.bashrc to ~/.zshrc.
Run which $SHELL if you don't know which shell you are using.