Skip to content

Instantly share code, notes, and snippets.

View SamSpiri's full-sized avatar

Simon Spiridonov SamSpiri

  • OpusCapita
  • Dortmund
View GitHub Profile
@SamSpiri
SamSpiri / bootstrap-zsh.sh
Last active March 20, 2023 16:00
ZSH with PowerLevel10k auto install script for ubuntu 22.04 20.04 18.04
#!/bin/sh
#
# https://gist.github.com/SamSpiri/4466d0aeff694fb6e9019dd6d3b63770
#
# Install zsh.
sudo apt install -y zsh;
# powerlevel10k
sh -c "$(curl -s -L https://github.com/OpusCapita/zsh-in-docker/raw/master/zsh-in-docker.sh)" -- \