Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.39 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.39 KB

grml-etc-core

This repository contains the core /etc files for the Grml system.

Documentation

Installation on non-Debian systems

While generally these files are distributed as a Debian package, named "grml-etc-core", they are also useful on other systems.

To use the most important files for your user, use the following commands:

# IMPORTANT: please note that you might overwrite existing
# configuration files in the current working directory!
wget -O .screenrc   https://grml.org/console/screenrc
wget -O .tmux.conf  https://grml.org/console/tmux.conf
wget -O .vimrc      https://grml.org/console/vimrc
wget -O .zshrc      https://grml.org/console/zshrc
# optional:
# wget -O .zshrc.local https://grml.org/console/zshrc.local

Or, on operating systems without wget:

# IMPORTANT: please note that you might overwrite existing
# configuration files in the current working directory!
curl -L -o .screenrc   https://grml.org/console/screenrc
curl -L -o .tmux.conf  https://grml.org/console/tmux.conf
curl -L -o .vimrc      https://grml.org/console/vimrc
curl -L -o .zshrc      https://grml.org/console/zshrc
# optional:
# wget -O .zshrc.local https://grml.org/console/zshrc.local