- Install ZSH
sudo apt install zsh
- Change Shell
chsh -s /usr/bin/zsh
- Choose option 2
- Download
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
- Replace config
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
source ~/.zshrc
ZSH_THEME="agnoster"
eval "$(starship init zsh)"
export VSCODE_DISABLE_PROC_READING=true
DockerResourcesBin="/mnt/c/Program Files/Docker/Docker/resources/bin"
export PATH=$PATH:$DockerResourcesBin
export GITLAB_AUTH_TOKEN=yhwbTutTEyCYrD2kaWsc
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
- Install
curl -sS https://starship.rs/install.sh | sh
- Create config
nano ~/.config/starship.toml
https://gist.github.com/denyherianto/ae3135fd773d9961f6bab452fddecea0