Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.44 KB

File metadata and controls

50 lines (38 loc) · 1.44 KB
Bash Scripts Icon

Bash Scripts

A collection of Bash aliases and scripts

Python 3.11+ badge PEP8 badge MIT License

Report Bug · Request Feature · Ask Question


Setup using setup.sh (Recommended)

curl -s https://raw.githubusercontent.com/seyLu/scripts/main/setup.sh | bash

Manual Setup

1. Clone the repo

git clone https://github.com/seyLu/scripts.git

2. Append on ~/.bashrc

# Initialize External Scripts
! alias reload &>/dev/null && source "${HOME}/<path_to_scripts>/scripts/bash/__init__"

3. Then run

build

4. Enjoy