Skip to content

stodoran/zsh_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Overview

This file is a guide for configuring the zsh shell for a better terminal experience in a Linux environment.

TLDR oneliner (linux):

d=$(mktemp -d) && git clone https://github.com/stodoran/zsh_setup "$d/zsh_setup" && bash "$d/zsh_setup/setup.sh"

Local Installation

Terminal

Install iterm2 from the official website.

Theme

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo "source ~/powerlevel10k/powerlevel10k.zsh-theme" >> ~/.zshrc

To configure the theme, restart your terminal and follow the instructions of the configuration wizard. It is important to accept the installation of the MesloLGS NF font. Alternatively, a theme is als included in the repo.

Remote Installation

bash setup.sh

Press enter to any prompts.

Features

For the syntax highlighter, use fast-theme -l to list available themes and fast-theme {theme-name} to set the theme.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages