Skip to content

joaopfsiqueira/myConfigs-linux-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Configs

  • I create this repository just for centralize all my configs.

OhMyZSH

Installation

Open terminal
apt-get install zsh
chsh -s $(which zsh)      (zsh be the system default command interpreter)
apt install curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
restart terminal.

Themes

Spaceship

git clone https://github.com/spaceship-prompt/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"
vi ~/.zshrc
press i
And change ZSH_THEME="spaceship"
press esc

:wq
enter
source ~/.zshrc - Reload zsh

Aditional Plugins

zsh-syntax-highlighting

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

zsh-autosuggestions

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

End

vi ~/.zshrc

press i

And change plugins=(git zsh-syntax-highlighting zsh-autosuggestions)

press esc

:wq

enter

source ~/.zshrc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published