universe

Universe
git clone https://git.dasho.dev/universe.git
Log | Files | Refs | Submodules | README

commit ed9bee54adc0cf823e5ef8f947904d6c23ebe883
parent 88529a1772332bf24a9781f23bba1b07c293bcf4
Author: Dasho <git@dasho.dev>
Date:   Mon, 24 Feb 2025 11:08:56 +0000

[portfolio] ➕ Add d-a-s-h-o as a submodule to portfolio/

Diffstat:
A.gitmodules | 3+++
MREADME.md | 11++++++++++-
Aportfolio | 1+
3 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "portfolio"] + path = portfolio + url = https://github.com/d-a-s-h-o/d-a-s-h-o.git diff --git a/README.md b/README.md @@ -5,10 +5,10 @@ This is the central repository for all my development projects, including chat applications, microservices, documentation, personal tools, and more. By managing everything under one roof, this monorepo ensures **better asset sharing, unified tooling, and streamlined CI/CD workflows**. ## 📂 Projects Included +- **portfolio/** – Personal website (includes submodule [d-a-s-h-o/d-a-s-h-o](https://github.com/d-a-s-h-o/d-a-s-h-o)) - **chat/** – Real-time chat application - **droplets/** – Microservices for various tasks - **docs/** – Documentation and guides -- **portfolio/** – Personal website - **verify/** – Verification services - **sshchat/** – Secure chat platform - **dotfiles/** – Development environment configurations @@ -21,6 +21,15 @@ This is the central repository for all my development projects, including chat a - **Containerized environments** – Uses **GitHub Container Registry (GHCR)** for project-specific container builds. ## 🚀 Getting Started +### Cloning with Submodules +This repository includes a submodule for the portfolio project. To ensure it is initialized correctly, clone with: +```sh +git clone --recurse-submodules git@github.com:d-a-s-h-o/universe.git +``` +If you have already cloned the repository, initialize and update submodules manually: +```sh +git submodule update --init --recursive +``` ### Clone the Monorepo This repo is large, so use **sparse checkout** to download only the necessary projects. ```sh diff --git a/portfolio b/portfolio @@ -0,0 +1 @@ +Subproject commit f3e539c8c377ee4af21b9cf769b8446aff22f345