Environment setup

2023-05-13

This post details the steps required when setting up and customising command line utilities on a new device / fresh install. ZSH Install zsh using your system package manager. Then setup ohmyzsh by running the following command: sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" Starship prompt To replace the prompt with starship, first install a Nerdfont, such as this.

Continue reading 