/scripts

Utilitary zsh scripts

Primary LanguageShell

Scripts

link

Table of Contents

## Introduction

This is a set of scripts that works based on ZSH. The scripts are based on my daily work to efficiently reduce the time of create, update or change to directories. Also to manage all my stuffs inside my OS which is Arch Linux.

## Scripts ### Experiments

Before start using you could modify the script path where you would to save your experiments.

The default path is:

EXP_PATH=$HOME'/Documents/experiments/'
* **cdexp** [Experiment Name]*
Example:
cdexp gapi_1
* **lsexp**
Example:
lsexp

Output:
exp1
exp2
exp3
* **mkexp** [Experiment Name]*
Example:
mkexp gapi_1

Output:
El directorio se ha creado exitosamente
* **rmexp** [Experiment Name]*
Example:
rmexp gapi_1

Output:
Experimento gapi_1 eliminado
### Git Commands