I just installed Arch as a guest (Virtual Box), and I really liked the way that the shell behaved on the live version of Arch.
What would the steps be in order to copy those settings (from live) onto my fresh Arch install, if possible?
I just installed Arch as a guest (Virtual Box), and I really liked the way that the shell behaved on the live version of Arch.
What would the steps be in order to copy those settings (from live) onto my fresh Arch install, if possible?
You only need the grml-zsh-config package like:
pacman -S grml-zsh-config ...and maybe to set your default shell to zsh like:
chsh -s /usr/bin/zsh [username] You might also want to check what else you can get like:
pacman -Ss zsh pacman -Ss zsh to find what package zsh was in (thought it was zshell), prior to downloading. I didn't know that grml-zsh-config was what made zsh so spiffy. I also added some of the autocompletes, as well as the "fish-like" components. I already upvoted you once :) the answer helped.