Skip to content

Instantly share code, notes, and snippets.

@Centzilius
Created May 21, 2018 22:32
Show Gist options
  • Save Centzilius/d07c13c66fcccca3bc72f1323691fc10 to your computer and use it in GitHub Desktop.
Save Centzilius/d07c13c66fcccca3bc72f1323691fc10 to your computer and use it in GitHub Desktop.
Personal Cheatsheet

VIM

let skip_defaults_vim=1
syntax on
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab

ZSHRC

GRML

All Users

curl https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc -o /etc/zsh/zshrc

Arch packages

pacman -S vim zsh git grub openssh rsync ntp ferm atop htop mtr traceroute wget net-tools dnsutils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment