hudson-newey / universal-shell-config

Allows you to create Profile.ps1, .zshrc, and .bashrc configs all with one config file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Universal Shell Config (USC)

A program to generate .zshrc, .bashrc, and Profile.ps1 shell configs from a PKL config <file>

This program is currently in a usable, but very messy state and I plan to "improve" the pkl Config format in the future with breaking changes.

Usage

$ usc.sh -i <file> [options]
>

Options

  • -o=<path> Output directory that the script will use
  • --install Replaces the system .bashrc, .zshrc and Profile.ps1 configs with the generated configs

About

Allows you to create Profile.ps1, .zshrc, and .bashrc configs all with one config file


Languages

Language:Go 97.3%Language:Shell 2.3%Language:PowerShell 0.3%