I've created a bash script for automazing the process to install the typical tools I use.
Git needs to be installed
sudo apt install git
git config --global user.email "andresmontoyafcb@gmail.com"
git config --global user.name "MontoyaAndres"
git config --global color.ui true
git config --global core.editor "nano"
Go to the tools forder and execute the script tools
:
chmod +x tools.sh
./tools.sh
https://stackoverflow.com/questions/65487249/getting-a-warning-when-installing-homebrew-on-macos-big-sur-m1-chip https://tecadmin.net/install-nvm-macos-with-homebrew/ https://vscode-docs.readthedocs.io/en/stable/editor/setup/
How to boot win10 using a Mac: https://www.freecodecamp.org/espanol/news/crear-usb-de-arranque-window-10/
Generate SSH and add it to my system.
cd ~
ssh-keygen -t rsa -b 4096 -C "andresmontoyafcb@gmail.com"
eval `ssh-agent -s`
ssh-add ~/.ssh/id_rsa
- Prettier - Code formatter
- Prisma
- vscode-icons
- vscode-styled-components