Skip to content

Instantly share code, notes, and snippets.

@DavidMoraisFerreira
Last active July 31, 2022 09:25
Show Gist options
  • Save DavidMoraisFerreira/272fc8c2c43d84c039ce5e4f67efbc64 to your computer and use it in GitHub Desktop.
Save DavidMoraisFerreira/272fc8c2c43d84c039ce5e4f67efbc64 to your computer and use it in GitHub Desktop.
quick notes
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