xcode-select --install
Or download it from https://developer.apple.com/download/
xcode-select --install
Or download it from https://developer.apple.com/download/
git config user.name "Your Name"
git config user.email "[email protected]"
function evenWord(word) { | |
const odds = new Set(); | |
for(const letter of word) { | |
odds.has(letter) ? odds.delete(letter) : odds.add(letter); | |
} | |
return odds.size; | |
} |
curl -O https://dlcdn.apache.org/maven/maven-3/3.8.5/binaries/apache-maven-3.8.5-bin.tar.gz
tell application "Firefox" | |
set bounds of front window to {300, 30, 2220, 1110} | |
end tell | |
tell application "iTerm" | |
set bounds of front window to {300, 30, 2220, 1110} | |
end tell | |
tell application "System Events" to tell process "Code" | |
tell window 1 |
Move forward and backward on your code.
⌘[
⌘]
aws configure --profile profile-name