Skip to content

Instantly share code, notes, and snippets.

View tobias-theobald's full-sized avatar

Tobias Theobald tobias-theobald

View GitHub Profile

Keybase proof

I hereby claim:

  • I am Tobi042 on github.
  • I am tobi042 (https://keybase.io/tobi042) on keybase.
  • I have a public key whose fingerprint is 4D1D 164C A5CB EED6 D5F8 54DA 3730 0237 2679 AE34

To claim this, I am signing this object:

@tobias-theobald
tobias-theobald / setup-zsh-screen.sh
Created February 14, 2015 13:33
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