These are some Bash Scripts to do the following:
- Add my public SSH keys on Github to authorized_keys
curl -s https://raw.githubusercontent.com/llbbl/scripts/main/add_keys.sh | /bin/bash
- Install and setup Oh My ZSH + basic VIM setup
curl https://raw.githubusercontent.com/llbbl/scripts/main/fix_shell.sh | /bin/bash
- Add my aliases to .zshrc
curl https://raw.githubusercontent.com/llbbl/scripts/main/macos_shell_aliases.sh | /bin/bash
You are welcome to have a peek ๐ but this repo is intended for my use only. ๐จ๐ปโ๐ป