Learning Blog 05/31/24

Dylan Sarikas - May 31 - - Dev Community

Learning Markdown to better format posts.
Link
Helpful cheatsheet (There's another cheatsheet on the right side)

pp "Hello World"
An example of inline code

for a in 1..5 do

 puts "wow"

end
Enter fullscreen mode Exit fullscreen mode

An example code block

Setting up VSCode, Git, and GitHub in a new environment is always a pain

For Mac OS, first install homebrew
Link
Then install git
Link
Then set your username in git
Link
Install GitHub CLI
Link
Run 'gh auth login'
Link
Run 'git init' on the repo
Link
Generate new SSH key
Link
Add the key to your GitHub account
Link

Now you can add new repos from the command line onto GitHub using SSH

That should be all, full install found here
Link

Definitely want to install iterm2
Link
And then Ohmyzsh
Link
So the regular terminal stops burning your retinas

. . .