An open API service indexing awesome lists of open source software.

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)

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