Minhas configurações do zsh.
- starship;
brew install starship
- zsh;
brew install zsh
- Instalar fonte FiraCode;
cd ~ && git clone --recurse-submodules git@github.com:elvishp2006/.zsh.git
- Colocar o seguinte conteúdo em
~/.zshrc
:
source $HOME/.zsh/.zshrc
DISABLE_AUTO_TITLE=true
precmd() {
# sets the tab title to current dir
echo -ne "\e]1;${PWD##*/}\a"
}
git submodule update --remote