Skip to content

Commit

Permalink
código reformatado
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickRock committed Sep 5, 2023
1 parent d168612 commit 3debe09
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools-zsh-install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/zsh
# Script de instalação - ZSH Tools + Autocomplete
# Script de instalação - ZSH Tools + Autocomplete
# Autor: @rickkgarciia e @ed_lsba - Twitter
# Descrição: Instalação do tema Spaceship padrão - em construção

Expand Down Expand Up @@ -43,25 +43,25 @@ SPACESHIP_USER_SHOW=always
SPACESHIP_PROMPT_ADD_NEWLINE=false
SPACESHIP_CHAR_SYMBOL="->"
SPACESHIP_CHAR_SUFFIX=" "
# Fim da configuração do spaceship-prompt' >> ~/.zshrc
# Fim da configuração do spaceship-prompt' >>~/.zshrc

# Instalação do Zinit com plugins
sh -c "$(curl -fsSL https://git.io/zinit-install)"

# Adição dos plugins
# Adição dos plugins
echo "### Plugins for zdharma-continuum zinit
zinit for \
light-mode zdharma-continuum/fast-syntax-highlighting \
light-mode zdharma-continuum/history-search-multi-word \
light-mode zsh-users/zsh-autosuggestions \
light-mode zsh-users/zsh-completions \
light-mode spaceship-prompt/spaceship-prompt
### End of Zinit's plugins" >> ~/.zshrc
### End of Zinit's plugins" >>~/.zshrc

# Configuração do lançamento do Zsh no arquivo ~/.bashrc
echo "# Launch Zsh
if [ -t 1 ]; then
exec zsh
fi" >> ~/.bashrc
fi" >>~/.bashrc

exec zsh

0 comments on commit 3debe09

Please sign in to comment.