Generated on [Date] by [ToolName]*
This document outlines core guidelines for working with the Leve-Tags project on the nfu-oredic branch.
-
Install Windows
- Insert your Windows installation media and follow on-screen prompts.
- Select your region, language, and license agreement.
- For license key placeholder: use [ProductKey].
-
Activate Windows
slmgr /ipk [ProductKey] slmgr /ato
- Replace [ProductKey] with a valid key from RONH, HOG, PJ, or PGS.
-
Install JavaScript
- Download the JavaScript runtime from [JSInstallerURL]
- Run the installer:
js-installer run
-
Clone the repository
git clone --branch nfu-oredic https://github.com/Horde-Of-Greg/Leve-Tags.git
- Replace
Horde-Of-Gregwith your own GitHub username [YourGitHubUsername] if desired.
- Replace
-
Install dependencies
npm install
-
Verify Pexic compatibility
- Consult the
PEX LICENSE VERSION 2.0for any restrictions or open-source clauses.
- Consult the
-
Install WSL for a Prettier Terminal
- Open PowerShell as Administrator and run:
wsl --install - Choose a Linux distro (e.g., [DistroName]) from the Microsoft Store.
- Launch WSL and set up your user account.
- Open PowerShell as Administrator and run:
-
Customize Your Shell Environment
- In WSL, install Oh My Zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" \```
- Select a theme like [ThemeName] and enable plugins like
git,pexic-loops, andsyntax-highlighting.
- In WSL, install Oh My Zsh:
-
Install Fun CLI Tools
- Neofetch:
sudo apt update && sudo apt install neofetch - Fortune & Cowsay:
sudo apt install fortune cowsay
- To display on login, add to
~/.bashrc:fortune | cowsay
- Neofetch:
-
Configure Git Aliases
- Add to your PowerShell profile or
~/.gitconfig:[alias] st = status co = checkout cm = commit -m
- Replace aliases or add more under [YourAliases].
- Add to your PowerShell profile or
-
Install AI Shell Assistant
- Ensure Python and pip are installed, then run:
pip install aishell
- Invoke with:
aishell --name pex-bot
- For custom name, replace
pex-botwith [AIName].
- Ensure Python and pip are installed, then run:
-
Set Up VSCode for Pexic Development
- Recommended extensions:
Prettier,Remote - WSL,One Dark Pro,Code Spell Checker. - Add to
settings.json:{ "editor.formatOnSave": true, "terminal.integrated.shell.linux": "/usr/bin/zsh", "workbench.colorTheme": "[ColorThemeName]" }
- Recommended extensions:
- Trigger a tag:
%t <tag_name>
- Expected output:
- The leveret bot will respond according to internal definitions.
- For odd edge cases, refer to the Pexic Covenant in the LICENSE file.
Contributions should follow the nfu-oredic workflow:
- Fork the repository
- Create a branch with a descriptive name
- Push changes and open a Pull Request against
nfu-oredic
* Replace [YourName] with your full name.