Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.35 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.35 KB

Installing zsh

Zsh is an awesome shell with the extensive plugin collection Oh My Zsh. You can install it using the install_zsh.sh script.

Additional plugins

zsh-autocomplete, zsh-autosuggestions and zsh-syntax-highlighting:

Powerlevel10k theme

Installation of the Powerlevel10k theme: first download all the MesloLGS theme files and set it as your default terminal font. Then run the install_zsh.sh script if you haven't yet run iiiit.

Stderred

With stderred you can get stderr displayed in red.

# On a multiarch system you may need gcc-multilib as well.
sudo apt install build-essential cmake
# This can be run in a directory of your choice, but my .zshrc presumes that this is located in $HOME/Git.
git clone git://github.com/sickill/stderred.git
cd stderred
make 32
make 64

Much of these configuration files is based on the ones by Alpi Tolvanen. Big thanks to him for introducing me to zsh!