ocd 0.6.2

Organize current dotfiles
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-FileCopyrightText: 2025 Jason Pena <jasonpena@awkless.com>
# SPDX-License-Identifier: MIT

# `Root::new_open` will open and deploy to home directory for deployed root.
git --git-dir "$(pwd)/.local/share/ocd/root" --work-dir "$(pwd)" checkout

-- .config/ocd/cluster.toml --
dir_alias = "home_dir"
excluded = ["LICENSE*", "README*"]

-- LICENSE --
Copy of license right here!

-- README.txt --
Introduce newcomers to root of cluster!