Skip to content

Instantly share code, notes, and snippets.

@dgk
Last active August 29, 2015 13:56
Show Gist options
  • Save dgk/8961718 to your computer and use it in GitHub Desktop.
Save dgk/8961718 to your computer and use it in GitHub Desktop.
#!/bin/bash
# curl -L https://gist.github.com/dgk/8961718/raw/initserv.sh | sh
mkdir -m 700 ~/.ssh
touch ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys
apt-get install git tmux zsh vim-nox mc rar curl
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
sed -i 's/ZSH_THEME=.*/ZSH_THEME="aussiegeek"/' ~/.zshrc
chsh -s /bin/zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment