aboutsummaryrefslogtreecommitdiff
path: root/install/install_mac.sh
diff options
context:
space:
mode:
authorJakob Stendahl <14180120+JakobST1n@users.noreply.github.com>2020-08-03 13:49:18 +0200
committerGitHub <noreply@github.com>2020-08-03 13:49:18 +0200
commit542d0f7c9006b475361a80a29ab64c2b55dcbea7 (patch)
treee8e371784439e693c0ea2e1f5ac90e87ff513cbe /install/install_mac.sh
parent3ef969914fb2e9e4a2b786f15377fb998d39fd2c (diff)
downloaddotfiles-542d0f7c9006b475361a80a29ab64c2b55dcbea7.tar.gz
dotfiles-542d0f7c9006b475361a80a29ab64c2b55dcbea7.zip
Update install_mac.sh
Diffstat (limited to 'install/install_mac.sh')
-rwxr-xr-xinstall/install_mac.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/install/install_mac.sh b/install/install_mac.sh
index 37ec423..79a7261 100755
--- a/install/install_mac.sh
+++ b/install/install_mac.sh
@@ -58,11 +58,10 @@ if [ $res -eq 1 ]; then
tput rc; tput ed
fi
-dlgYN "> Install powerlevel9k" res
+dlgYN "> Install Powerlevel10k" res
if [ $res -eq 1 ]; then
tput sc
- brew tap sambadevi/powerlevel9k
- brew install powerlevel9k
+ brew install romkatv/powerlevel10k/powerlevel10k
tput rc; tput ed
fi