Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Z shell is awesome! I just discovered it when I was in DrupalCamp SP 2013. Some hackers were using Z shell and I take it to play. Today I can’t spend more than 10 minutes in Bash without missing Z shell!
The Link at the end of the tutorial to the next is broken it should be https://www.digitalocean.com/community/articles/how-to-use-z-shell-zsh-on-a-cloud-server
I love your tutorials, and I am trying this out on a Ubuntu Droplet but I am not getting the “first-time-install” configuration menu. I cant find a way to launch it. Is there a way to do this?
I have tried removing .zshrc but it doesnt seem to matter.
Maybe there is a way to like restart the whole process, clean cache… or other settings … ?
Any ideas ?
@Fille: Try running <code>zsh-newuser-install</code> manually. Does that work?
I’ve found using grml’s zsh configuration to be very useful:
To use:
# IMPORTANT: please note that you might override an existing
# configuration file in the current working directory! =>
wget -O .zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
Followed instructions, but…
when I sudo apt-get install zsh, I get a FATAL -> Failed to fork.
:-(
Any suggestion?