update install
This commit is contained in:
parent
9c07e4a0a7
commit
30dfb26dc3
@ -1,8 +1,10 @@
|
|||||||
#!/bin/bash
|
!/bin/bash
|
||||||
|
|
||||||
sudo apt install zsh
|
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
|
||||||
./solve-stow.sh bin
|
./solve-stow.sh bin
|
||||||
./solve-stow.sh zsh
|
./solve-stow.sh zsh
|
||||||
|
|
||||||
|
chsh -s $(which zsh)
|
||||||
|
Loading…
Reference in New Issue
Block a user