Skip to content

Horde-Of-Greg/Leve-Tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leve-Tags Documentation

Generated on [Date] by [ToolName]*

Overview

This document outlines core guidelines for working with the Leve-Tags project on the nfu-oredic branch.

Setup

  1. 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].
  2. Activate Windows

    slmgr /ipk [ProductKey]
    slmgr /ato
    • Replace [ProductKey] with a valid key from RONH, HOG, PJ, or PGS.
  3. Install JavaScript

    • Download the JavaScript runtime from [JSInstallerURL]
    • Run the installer:
      js-installer run
  4. Clone the repository

    git clone --branch nfu-oredic https://github.com/Horde-Of-Greg/Leve-Tags.git
    • Replace Horde-Of-Greg with your own GitHub username [YourGitHubUsername] if desired.
  5. Install dependencies

    npm install
  6. Verify Pexic compatibility

    • Consult the PEX LICENSE VERSION 2.0 for any restrictions or open-source clauses.

Optional Enhancements

  1. 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.
  2. 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, and syntax-highlighting.
  3. 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
  4. 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].
  5. 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-bot with [AIName].
  6. 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]"
      }

Usage

  • 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.

Contributing

Contributions should follow the nfu-oredic workflow:

  1. Fork the repository
  2. Create a branch with a descriptive name
  3. Push changes and open a Pull Request against nfu-oredic

* Replace [YourName] with your full name.

About

Tags for the leveret bot

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors