Skip to content

Instantly share code, notes, and snippets.

@edufabra
edufabra / phpenv-macos.sh
Last active March 17, 2022 09:35 — forked from christopher-hopper/phpenv-macos.sh
Install phpenv on macOS with homebrew php packages.
#!/usr/bin/env bash
# vim: ai ts=2 sw=2 et sts=2 ft=sh
# Install or re-install phpenv with
# multiple versions of PHP on macOS.
#
# Usage:
#
# curl -L https://git.io/JvG7i | bash
#
#instalem zsh shell
- sudo yum install zsh
or
- sudo apt-get install zsh
#instalem oh my zsh. Quan demani pwd, s'ha de ficar vagrant
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - --no-check-certificate)"
#instalem el theme powerlevel10k
git clone https://github.com/romkatv/powerlevel10k.git ~/.oh-my-zsh/custom/themes/powerlevel10k