This file contains hidden or 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
cask_args appdir: "/Applications" | |
cask "1Password" | |
cask "apparency" | |
cask "itsycal" | |
cask "iterm2" | |
cask "sensiblesidebuttons" | |
cask "suspicious-package" | |
cask "transmit" | |
cask "rectangle" |
This file contains hidden or 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
echo "Setting up macOS..." | |
echo | |
echo "Creating screenshots directory" | |
echo | |
mkdir -p ~/Pictures/Screenshots | |
echo "Creating src directory" |
This file contains hidden or 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
cask_args appdir: "/Applications" | |
# brew "mas" | |
# mas "Slack", id: 803453959 | |
cask "1Password" | |
cask "apparency" | |
cask "discord" | |
cask "firefox" |
This file contains hidden or 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
Okta's `Iso3166Convert` function doesn't handle the ISO 3166 2 Character standard | |
for referring to states. Below is an Okta expression that checks to see if the | |
state in your attribute matches to any of the US States & Territories as well | |
as Canadian provinces. Copy and paste from line 7 to line 75 and paste into your | |
Okta extension attribute editor. | |
user.state == "AL" ? "Alabama":( | |
user.state == "AK" ? "Alaska":( | |
user.state == "AS" ? "American Samoa":( | |
user.state == "AR" ? "Arkansas":( |