Add bootstrap
This commit is contained in:
parent
de37fba59c
commit
f17bfe7726
15 changed files with 141 additions and 0 deletions
8
.config/yadm/bootstrap.d/03-shell
Executable file
8
.config/yadm/bootstrap.d/03-shell
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
if [ $SHELL = '/bin/zsh' ]; then
|
||||
exit 0
|
||||
else
|
||||
chsh --shell /bin/zsh
|
||||
|
||||
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue