Skip to content

Instantly share code, notes, and snippets.

View ScottLNorvell's full-sized avatar
🦍
maybe doing this?

Scott Norvell ScottLNorvell

🦍
maybe doing this?
View GitHub Profile
@ScottLNorvell
ScottLNorvell / Brewfile
Created November 3, 2021 15:52 — forked from ryanhanwu/Brewfile
New Mac Setup Script 2021
# Taps
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'heroku/brew'
# Install CLI Tools
## Shell Utilities
brew 'coreutils'
brew 'findutils'
brew 'autojump'
=Navigating=
visit('/projects')
visit(post_comments_path(post))
=Clicking links and buttons=
click_link('id-of-link')
click_link('Link Text')
click_button('Save')
click('Link Text') # Click either a link or a button
click('Button Value')