This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# This script is idempotent | |
# TODO: Add VERRBOSE to silence commands (default to no output) | |
# TODO: Add log file | |
# TODO: Convert >/dev/null to &>- | |
# TODO: Don't use cask for chrome since it screws up 1Password permission | |
# Before running script: | |
# * Create/login to the user you want to run it from |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
NewerOlder