Upgrade install script to use local stow
This commit is contained in:
parent
da3739d392
commit
2d7f439878
@ -1,13 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sudo apt install zsh wget curl stow
|
sudo apt install zsh wget curl
|
||||||
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
|
||||||
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
|
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
|
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 bin
|
||||||
|
./solve-stow.sh php
|
||||||
./solve-stow.sh zsh
|
./solve-stow.sh zsh
|
||||||
|
|
||||||
chsh -s $(which zsh)
|
chsh -s $(which zsh)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user