Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 581 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 581 Bytes

scripts

These are some Bash Scripts to do the following:

  1. Add my public SSH keys on Github to authorized_keys
curl -s https://raw.githubusercontent.com/llbbl/scripts/main/add_keys.sh | /bin/bash
  1. Install and setup Oh My ZSH + basic VIM setup
curl https://raw.githubusercontent.com/llbbl/scripts/main/fix_shell.sh | /bin/bash
  1. 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. 👨🏻‍💻