dockerfiles
dockerfiles copied to clipboard
[ubuntu-dev] install and pre-configure zsh, and maybe fish
We currently set up Bash and pre-configure a ~/.bashrc
file with many useful features.
It would be nice to do the same for Zsh, and maybe Fish too.
This means it would probably be useful to have some sort of generic ~/.shellrc
called by ~/.bashrc
, ~/.zshrc
and ~/.fishrc
.
For Fish, their documentation says that it looks for ~/.config/fish/config.fish
, should we symlink ~/.fishrc
or just use their config options?