ChobbyCode / TerminalChad

Make your terminal giga again

Home Page:https://chobbycode.github.io/Products

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal Chad

Making your terminal giga again
drawing drawing drawing
Images Subject To Change

Indexes

Features (v0.2.31)

  • Configurable themes for powershell
  • Theme Switcher
  • Dedicated Installer
  • Ease Of Use
  • Reworks Look & Feel Of Powershell
  • Highly Customisable
  • Package-manger-like Installer For User Themes
  • Updater

Experimental (for v0.2.31)

  • Profiles & Mass-Application Configuration

Installation

TerminalChad has a very simple way of installing itself. All you require is git, a nerd font and powershell. Run all the commands in powershell. If you have any issues, please build the app from scratch and report it in the issues tab.

Required Fonts

Click here to download all the required nerd fonts in TerminalChad for the base themes

Installing Application

Via Installer

1. Run This Command

This command is required to be run as by default your system does not have a $Profile folder

New-Item -Path $profile -Type File -Force

2. Download Installer

Navigate to the releases page and download your selected Installer. Then run the Installer, follow the provided instructions.

2. Setup TerminalChad

Once you have installed TerminalChad, we next need to enable it. This is easily done by typing the following command in Windows Terminal:

TerminalChad setup

3. Selecting a Theme

To select a theme just type TerminalChad theme, this will give you a list themes. We can then type the name of the theme after the command i.e.

terminalchad theme set
terminalchad theme set retro

There are several themes included in TerminalChad, however you can make your own:

Click here to view how to make your own theme

Updating

To update the application you can run the following command:

The true is required as that puts the application in automatic mode
TerminalChadUpdate true

Uninstall

To uninstall the application, you can download the installer and select the 'Uninstall' option instead. Make sure you pass in the drive you installed TerminalChad on.

ToDo List

View the trello board here

Before discussing the checklist, we should probably discuss what is the goal of TerminalChad:

The goal of TerminalChad is to remove the annoyance of setting up new computers with weird configuration and applications: when I was setting up neovim, it took me a whole 2 days: so I plan to change that to under 5 minutes.

  • Download Custom Themes
  • Automatic Dependency Installation
  • Package Manager
  • Install all required tools on new computers
  • Mass Configuration

View more on the trello board

About

Make your terminal giga again

https://chobbycode.github.io/Products

License:MIT License


Languages

Language:C# 77.7%Language:PowerShell 22.3%