improved readability
This commit is contained in:
parent
288f285d03
commit
ba9a599c9b
1 changed files with 2 additions and 1 deletions
3
setup.sh
3
setup.sh
|
@ -625,9 +625,10 @@ setup_zoom() {
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_zsh() {
|
setup_zsh() {
|
||||||
# install oh my zsh
|
|
||||||
if [[ ! -d /home/pomp/.oh-my-zsh ]]; then
|
if [[ ! -d /home/pomp/.oh-my-zsh ]]; then
|
||||||
|
# install oh my zsh
|
||||||
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||||
|
|
||||||
# install powerlevel10k theme
|
# install powerlevel10k theme
|
||||||
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
|
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue