feat: add p10k installation
This commit is contained in:
parent
819cb9d4b9
commit
3f0a914c8c
1 changed files with 9 additions and 0 deletions
|
@ -19,4 +19,13 @@ install_dotfiles () {
|
||||||
dotfiles_install_error="yes"
|
dotfiles_install_error="yes"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ ! -d ~/.oh-my-zsh ]]; then
|
||||||
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended --keep-zshrc
|
||||||
|
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $HOME/.oh-my-zsh/themes/powerlevel10k
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue