This repository contains Python scripts to improve workflow, AI is used in the process to write those scripts to save time such that I can focus on understanding deeper concepts in CS.
git clone https://github.com/Lmpkessels/scripts.git
cd scripts# Create directory that contains binaries for local access
mkdir -p ~/.local/bin# Copy script for directory with executables
cd ~/.local/bin
cp ~/path/file_name.py .# Reload the shell
source ~/.bashrc