Last active
July 31, 2022 09:25
-
-
Save DavidMoraisFerreira/272fc8c2c43d84c039ce5e4f67efbc64 to your computer and use it in GitHub Desktop.
quick notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo zypper install git php7 nano zsh php-composer2 php7-dom php7-xmlwriter php7-tokenizer | |
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
wget https://raw.githubusercontent.com/rupa/z/master/z.sh | |
chmod 755 z.sh | |
echo ". ~/z.sh" >> .zshrc | |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash | |
nvm install --lts | |
nano .zshrc | |
#ZSH_THEME="gentoo" | |
#plugins=(git node npm nvm z composer) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment