Remove unused calls from installscript
This commit is contained in:
10
install.sh
10
install.sh
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#sudo apt install wget curl
|
sudo apt install wget curl fish
|
||||||
#cd "$(dirname "$0")"
|
#cd "$(dirname "$0")"
|
||||||
#sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
#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 --depth=1 https://github.com/romkatv/powerlevel10k.git ~/.oh-my-zsh/custom/themes/powerlevel10k
|
||||||
@ -9,10 +9,10 @@
|
|||||||
|
|
||||||
alias stow="./php/bin/stow"
|
alias stow="./php/bin/stow"
|
||||||
|
|
||||||
./solve-stow.sh bin
|
#./solve-stow.sh bin
|
||||||
./solve-stow.sh php
|
#./solve-stow.sh php
|
||||||
./solve-stow.sh fish
|
#./solve-stow.sh fish
|
||||||
|
|
||||||
chsh -s $(which fish)
|
#chsh -s $(which fish)
|
||||||
|
|
||||||
curl -fsSL https://pixi.sh/install.sh | sh
|
curl -fsSL https://pixi.sh/install.sh | sh
|
||||||
|
Reference in New Issue
Block a user