Remove unused calls from installscript

This commit is contained in:
Tim
2025-06-24 22:44:30 +02:00
parent d65b825316
commit 737060f0a5

View File

@ -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