Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 544 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 544 Bytes

.zsh

Minhas configurações do zsh.

Pré requisitos

  • starship;
    • brew install starship
  • zsh;
    • brew install zsh
  • Instalar fonte FiraCode;

Instalação

  • 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"
}

Atualização dos Plugins

  • git submodule update --remote