Skip to content

cristiandelahooz/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

"Personal Scripts ": "This repository contains a collection of personal scripts written in AutoHotkey and Shell."

Setting Up

To take advantage of the scripts, you should add the directory that contains the scripts to your environment path in your shell configuration file (.bashrc, .zshrc, .config/fish/config.fish, etc.).

Example

For bash or zsh:

export PATH="<path_to_script_folder>:$PATH"

For fish:

set -x PATH <path_to_script_folder> $PATH

Replace <path_to_script_folder> with the actual path to the directory where the scripts are located.

After adding the path, reload your shell configuration file or restart your terminal to apply the changes.

Usage

You can now run the scripts from anywhere in your terminal by simply typing the script name.

About

A bunch of personal scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published