Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.75 KB

File metadata and controls

43 lines (35 loc) · 1.75 KB

Changelog

All notable changes to this project will be documented in this file.

[2.0.0] - 2024-08-17

Added

  • 🍎 macOS Setup: Complete Fish shell setup with Oh My Fish
  • 🪟 Windows Setup: PowerShell setup with Oh My Posh
  • 🔤 Nerd Fonts: Automated installation of Cascadia Code and Source Code Pro
  • 📁 Modern Structure: Organized repository with clear separation of concerns
  • 🚀 Universal Installer: Single entry point with OS detection
  • ⚙️ Rich Configurations: Modern shell configs with useful aliases and functions
  • 🎨 Beautiful Prompts: Git-aware prompts with icons and colors
  • 🛠️ Development Tools: Automated installation of essential dev tools

Changed

  • 📦 Repository Structure: Reorganized for better maintainability
    • setup/ - Modern setup scripts
    • configs/ - Configuration files by shell type
    • legacy/ - Original scripts (preserved)
  • 📚 Documentation: Complete rewrite with modern formatting
  • 🔧 Configuration Management: Separate configs for different platforms

Enhanced

  • 🐟 Fish Shell: Modern configuration with useful functions and aliases
  • PowerShell: Cross-platform profile with Oh My Posh integration
  • 🎯 Git Config: Comprehensive Git setup with useful aliases
  • 🌈 Color Schemes: Consistent theming across platforms

Legacy (Preserved)

  • 🐧 Linux Setup: Original bash script moved to legacy/
  • 📄 Dotfiles: All original dotfiles preserved in dotFiles/
  • 🔧 Scripts: Utility scripts maintained in scripts/

[0.1] - 2016-10-10

Initial Release

  • Basic Linux environment setup
  • Shell configuration (bash/zsh)
  • Vim setup with color schemes
  • Git and Tmux configuration
  • System information reporting