Skip to content

Instantly share code, notes, and snippets.

@ericraio
ericraio / font.sh
Created November 13, 2020 19:03 — forked from cawa0505/font.sh
New Mac Setup Script
brew tap homebrew/cask-fonts
brew cask install font-3270-nerd-font-mono
brew cask install font-firacode-nerd-font-mono
brew cask install font-cascadia-mono-pl
brew cask install font-jetbrains-mono
=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_on('Link Text') # Click either a link or a button
click_on('Button Value')