Personal GitHub Page to showcase some open source projects, host a blog, or even share your résumé.
curl -O https://raw.githubusercontent.com/noahred16/noahred16.github.io/main/.bash_profile
echo 'source ~/.bash_profile' >> ~/.bashrc
git config --global user.name "Noah Smith" && git config --global user.email "nosmith16@gmail.com"
curl -fsSL https://claude.ai/install.sh | bash