This sheet goes along with this SSH YouTube tutorial
$ ssh [email protected]
$ mkdir test
$ cd test
| export ZSH="/Users/karlhadwen/.oh-my-zsh" | |
| export PATH=${PATH}:/usr/local/mysql/bin/ | |
| ZSH_THEME="robbyrussell" | |
| ZSH_DISABLE_COMPFIX=true | |
| plugins=( | |
| git | |
| osx | |
| zsh-autosuggestions |
| #! /bin/bash | |
| # ECHO COMMAND | |
| # echo Hello World! | |
| # VARIABLES | |
| # Uppercase by convention | |
| # Letters, numbers, underscores | |
| NAME="Bob" | |
| # echo "My name is $NAME" |
$ ssh [email protected]
$ mkdir test
$ cd test