Skip to content

Instantly share code, notes, and snippets.

View cweave's full-sized avatar
🔥

christa cweave

🔥
View GitHub Profile
@cweave
cweave / create_sessions.scpt
Created March 24, 2022 03:53
Automating iTerm2 with Applescript
#!/usr/bin/osascript
tell application "iTerm2"
# Open window in full screen
tell application "System Events"
keystroke "f" using {control down, command down}
end tell
set serverSession to current session of current window
tell serverSession
// personal vscode settings
{
"todo-tree.tree.showScanModeButton": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Night Owl",
"editor.wordWrap": "on",
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
"todo-tree.general.tags": [
"TODO",
@cweave
cweave / index.html
Created December 13, 2019 20:45
Starry Mountains
<div class="stars-container">
<div id="diagional-stars"></div>
<div id="falling-stars-fast"></div>
<div id="falling-stars-slow"></div>
</div>
<div id="mountains"></div>