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/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 |
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
// 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", |
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
<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> |