# scripts _My personal collection of handy scripts. mostly bash._ ## setup_zsh One-line installer for zsh, oh-my-zsh and various zsh plugins. ``` curl -fsSL https://socialg.it/david/scripts/raw/master/setup_zsh.sh | bash ``` ## mc.sh A minecraft server hosting helper script. ``` usage: mc option Servers: [✗] minecraft_server_1 Options: help Print usage message status Print server(s) start Start server instance stop Stop server instance console Connect to server console ```