ocd 0.6.2

Organize current dotfiles
Documentation
# SPDX-FileCopyrightText: 2025 Jason Pena <jasonpena@awkless.com>
# SPDX-License-Identifier: MIT

-- .profile --
. .shrc

-- .shrc --
case $- in
  *i*) ;;
  *) exit ;;
esac

set -o vi

-- README.md --
Introduce newcomers.

-- LICENSE --
MIT license.