From 2d7f43987818c2b2c3e65cce85e5297b98172053 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 29 Apr 2025 22:15:25 +0200 Subject: [PATCH] Upgrade install script to use local stow --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 654d391..fd34d55 100755 --- a/install.sh +++ b/install.sh @@ -1,13 +1,16 @@ #!/bin/bash -sudo apt install zsh wget curl stow +sudo apt install zsh wget curl cd "$(dirname "$0")" sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/.oh-my-zsh/custom/themes/powerlevel10k git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions git clone https://github.com/agkozak/zsh-z ~/.oh-my-zsh/custom/plugins/zsh-z +alias stow="./php/bin/stow" + ./solve-stow.sh bin +./solve-stow.sh php ./solve-stow.sh zsh chsh -s $(which zsh)