Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.33 KB

README.md

File metadata and controls

59 lines (40 loc) · 1.33 KB

tepy

tepy is simple environment setup script.


Installation

tepy will work with any recent release of Zsh or Bash.

  1. Clone the repository:

    $ git clone https://github.com/ivgtr/tepy.git "${HOME}/.tepy"
  2. Add source tepy in .zshrc or .bashrc:

    source "${HOME}/.tepy/main.sh"
  3. Reload .zshrc or .bashrc:

    $ source "${HOME}/.zshrc"

Updating

To pull the latest changes:

$ cd "${HOME}/.tepy"
$ git pull

Usage

tepy will directory structure under "${HOME}/.tepy/template" and copy it to the current directory.

Start tepy command, select the template you want to copy.

example:

$ tepy
1) typescript  2) react
Please select a number: 1

Add a Template

We do not provide a template, so you will have to add your own.

Add the template under "${HOME}/.tepy/template"

License

MIT ©ivgtr

Twitter Follow MIT License Donate