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

https://github.com/willghatch/zsh-grml-funcs

Functions taken from the grml distribution
https://github.com/willghatch/zsh-grml-funcs

Last synced: 12 months ago
JSON representation

Functions taken from the grml distribution

Awesome Lists containing this project

README

          

zsh-grml-funcs
==============

Functions taken from the grml distribution

Install
-------

For the lazy:

git clone https://github.com/willghatch/zsh-grml-funcs
echo "source zsh-snippets/zsh-grml-funcs.plugin.zsh" >> ~/.zshrc

Better, use [zgen](https://github.com/tarjoilija/zgen) or antigen. Here is how to do it with zgen:

zgen load willghatch/zsh-grml-funcs

What is this?
-------------

Grml is a distribution that includes a cool .zshrc. But it's not modular! So I took a bunch of their stuff and put it in here. It is not comprehensive, but includes a lot of grml's stuff. I've changed and improved on various things. Mostly this repository is a mess of me rummaging through grml's .zshrc and grabbing what I want.

Maybe I'll document it better later... but at any rate, it's got some useful functions.