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
- Host: GitHub
- URL: https://github.com/willghatch/zsh-grml-funcs
- Owner: willghatch
- License: gpl-2.0
- Created: 2014-11-22T22:12:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-26T02:37:32.000Z (over 11 years ago)
- Last Synced: 2025-02-28T22:12:26.660Z (over 1 year ago)
- Language: Shell
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.