diff options
author | Jakob Stendahl <jakobste@uio.no> | 2020-08-03 13:51:27 +0200 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2020-08-03 13:51:27 +0200 |
commit | 80985a3f817074537bb5d997fc4923294a0c3993 (patch) | |
tree | 681d46233c111600bebe80565dc26cde45fd8203 /install/install_mac.sh | |
parent | 0ae48a8ac6b21a3fd568ed55e4e912ac1e300ca8 (diff) | |
parent | 542d0f7c9006b475361a80a29ab64c2b55dcbea7 (diff) | |
download | dotfiles-80985a3f817074537bb5d997fc4923294a0c3993.tar.gz dotfiles-80985a3f817074537bb5d997fc4923294a0c3993.zip |
Merge branch 'master' of https://github.com/JakobS1n/dotfiles
Diffstat (limited to 'install/install_mac.sh')
-rwxr-xr-x | install/install_mac.sh | 5 |
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 |