No description
Find a file
2025-10-07 15:14:58 +02:00
copy-dir.sh Fix script name 2025-10-07 14:59:19 +02:00
install_packages.sh Add: zypper 2025-04-09 16:29:01 +02:00
link_scripts.zsh Rewrite script linking script 2025-10-07 15:14:58 +02:00
make_executable.sh Refactor make_executable script to support options and improve usability 2025-04-09 17:17:52 +02:00
README.md Initial Commit 2023-11-19 23:31:18 +01:00

My Scripts Repository

This repository contains a collection of my custom scripts used for various tasks on my system. These scripts automate routine tasks, simplify complex operations, and enhance overall productivity.

Usage

To use these scripts, clone the repository into your home directory:

  1. HTTPS
    git clone https://github.com/Kasi07/scripts.git ~/scripts
    
  2. SSH
    git clone git@github.com:Kasi07/scripts.git ~/scripts