1
0
Fork 0

improved readability

This commit is contained in:
Kim, Jimin 2021-10-11 10:24:40 +09:00
parent 288f285d03
commit ba9a599c9b

View file

@ -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