dotfiles/.config/yadm/bootstrap.d/03-shell

9 lines
176 B
Text
Raw Normal View History

2025-02-21 07:46:27 +00:00
#!/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