Every time I install a new manjaro I have to remember to install everything in this list, so I decide to create this post to guide me and make it fast to start a new manjaro.
ssh-keygen -t rsa -b 4096 -C "<your_email>"eval "$(ssh-agent -s)"ssh-add ~/.ssh/id_rsayay -S xclipxclip -sel clip < ~/.ssh/id_rsa.pub *(maybe you will need to restart terminal for this command)Paste the copied pub-ssh to your github account# Add github-cli: yay -S github-cli
Install nvm:
yay -S nvmecho 'source /usr/share/nvm/init-nvm.sh' >> ~/.zshrcexec $SHELL