From 737060f0a57e27379b8d7711d8a48cc689f2fa1a Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 24 Jun 2025 22:44:30 +0200 Subject: [PATCH] Remove unused calls from installscript --- install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index a8535a0..cc5275c 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -#sudo apt install wget curl +sudo apt install wget curl fish #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 @@ -9,10 +9,10 @@ alias stow="./php/bin/stow" -./solve-stow.sh bin -./solve-stow.sh php -./solve-stow.sh fish +#./solve-stow.sh bin +#./solve-stow.sh php +#./solve-stow.sh fish -chsh -s $(which fish) +#chsh -s $(which fish) curl -fsSL https://pixi.sh/install.sh | sh