Skip to content

Instantly share code, notes, and snippets.

@tobias-theobald
Created February 14, 2015 13:33
Show Gist options
  • Save tobias-theobald/41275a4477760dc3a99f to your computer and use it in GitHub Desktop.
Save tobias-theobald/41275a4477760dc3a99f to your computer and use it in GitHub Desktop.
GRML Screen and ZSH setup on debian-oid systems
#!/bin/sh
# IMPORTANT: please note that you might override existing
# configuration files in the current working directory! =>
sudo apt-get install zsh screen
wget -O ~/.screenrc http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic
wget -O ~/.zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
chsh -s /bin/zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment