Skip to content

elvishp2006/.zsh

Repository files navigation

.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

About

My zsh config and plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages