Skip to content

Releases: dmoliveira/utils-scripts

Initial Release – AI/ML Environment Setup Scripts

02 Nov 23:34
38060b2

Choose a tag to compare

🚀 Release v1.0.0 – Initial Release

🎯 Overview

This is the first official release of the utils-scripts repository — a collection of setup scripts to build a fast and reliable AI/ML developer environment using:

  • zsh, tmux, starship, and neovim
  • Optimised for Python workflows
  • Works seamlessly on Unix/Debian and macOS

🧰 What's Included

  • install_my_programs_debian – full setup for Debian/Ubuntu
  • install_my_programs_mac – setup for macOS via Homebrew
  • install_my_programs_unix – generalised Unix installer
  • requirements.txt – Python + AI/ML dependencies
  • Base configs for zsh, tmux, neovim, and starship

⚙️ How to Install

git clone https://github.com/dmoliveira/utils-scripts.git
cd utils-scripts
chmod +x install_my_programs_mac   # or _debian / _unix
./install_my_programs_mac
pip install -r requirements.txt

🧠 Highlights

  • Clean, reproducible setup for terminal-based ML workflows
  • Integrated environment for coding, debugging, and experimentation
  • Pre-tuned for Python, AI/ML and data science work
  • Lightweight and optimised for performance

💻 Supported OS

  • ✅ Debian / Ubuntu
  • ✅ macOS

❤️ Support

If this toolkit helped you save time setting up your environment, consider supporting future updates:

Donate via Stripe


Author: Diego Marinho
Date: 2025-11-03
Tag: v1.0.0