https://github.com/tfiala/zsh-ghcup
zsh plugin for installing and configuring GHCup (Haskell)
https://github.com/tfiala/zsh-ghcup
ghcup haskell zplug zsh
Last synced: 3 months ago
JSON representation
zsh plugin for installing and configuring GHCup (Haskell)
- Host: GitHub
- URL: https://github.com/tfiala/zsh-ghcup
- Owner: tfiala
- License: mit
- Created: 2024-07-22T14:27:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T22:43:31.000Z (about 1 year ago)
- Last Synced: 2025-01-17T08:45:29.379Z (9 months ago)
- Topics: ghcup, haskell, zplug, zsh
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zsh-ghcup
## Overview
This zsh plugin installs GHCup if not already installed,
defaulting to `$HOME/.ghcup` or `$GHCUP_ROOT` if
specified.After ensuring that ghcup is installed, it then initializes
ghcup for use in the current shell.I created this because I couldn't find another existing plugin
for this, and I want to reduce the amount of work to install
a zsh environment on a new system.## Installation
Use your favorite zsh plugin manager to install this plugin (e.g. [zplug](https://github.com/zplug/zplug)).