dotfiles/.config/yadm/bootstrap.d/03-shell
2025-02-21 07:46:27 +00:00

8 lines
176 B
Bash
Executable file

#!/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