From 5acf2d4bca7e88b7b1d23895ef64e0a70cc220f6 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Mon, 7 Jul 2025 21:59:57 +0200 Subject: [PATCH] extended instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 387f152..d5d1ccf 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,14 @@ Simply install git and stow, and run stow from the folder of this repo on the lo >cd dotfiles >stow . +Install powerlevel10k and meslo TTF +>yay -S zsh-theme-powerlevel10k-git ttf-meslo-nerd-font-powerlevel10k + +Install Oh-myzsh +>sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" + +Install plugins +>git clone --depth 1 https://github.com/zsh-users/zsh-autosuggestions "${ZSH_CUSTOM:-~/.oh-my-zsh/custom}"/plugins/zsh-autosuggestions +>git clone --depth 1 https://github.com/zsh-users/zsh-syntax-highlighting.git "${ZSH_CUSTOM:-~/.oh-my-zsh/custom}"/plugins/zsh-syntax-highlighting + !!!! Take care of removing the existing .files first, to enable stow to create the symlinks