Skip to content

ttyS4/grml-etc-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grml-etc-core

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

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 override existing
# configuration files in the current working directory!
wget -O .screenrc     http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic
wget -O .vimrc        http://git.grml.org/f/grml-etc-core/etc/vim/vimrc
wget -O .zshrc        http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc

Or, on operating systems without wget:

# IMPORTANT: please note that you might override existing
# configuration files in the current working directory!
curl -o .screenrc     http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic
curl -o .vimrc        http://git.grml.org/f/grml-etc-core/etc/vim/vimrc
curl -o .zshrc        http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc

Further information is available from http://grml.org/console/

About

Grmls core configuration files for zsh, vim, screen…

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 70.1%
  • Vim Script 29.6%
  • Emacs Lisp 0.3%