Skip to content

ruisaraiva19/saraiva-theme

Repository files navigation

Saraiva Theme

Install font

Fira Code (Get here)

Oh-my-zsh theme

Terminal print ls -lsa

Terminal print git commit

Install oh-my-zsh

via curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

via wget

sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

Install zsh-syntax-highlighting

$ brew install zsh-syntax-highlighting

Copy zsh theme

Copy saraiva.zsh-theme to ~/.oh-my-zsh/themes/ folder

Copy zsh config

Update your ~/.zshrc file with the config in the zshrc-config file

Terminal.app

Import Saraiva.terminal file into profiles settings and make it default

Terminal profile import

iTerm

Import Saraiva.itermcolors file into your default profile color settings

iTerm colors import

Change font to Fira Code Regular 12pt

iTerm Fira Code Font

Visual Studio Code

Copy settings from vscode-settings.json to your Visual Studio Code settings

Visual Studio Code print