The spice must flow and the stack must overflow
web/app-dev. You'll find most of my public experiments here: https://codepen.io/spartanatreyu/
-
Myofunctional Research Co.
- Gold Coast, Australia
- https://codepen.io/spartanatreyu/
Pinned Loading
-
Personal terminal config (wezterm)
Personal terminal config (wezterm) 1local wezterm = require 'wezterm'
2local config = wezterm.config_builder()
34-----------------------------------------
5-- Terminal Controls --
-
Personal Window Management script (h...
Personal Window Management script (hammerspoon) 1--Hammerspoon config to replace Cinch & Size-up (Microsoft Windows style) window management for free
2--Windows Vista/7's Areo Snap on MacOS
3--By Jayden Pearse (spartanatreyu)
4-------------------------------------------------------------------
5--Options, feel free to edit these:
-
Personal MacOS keyboard firmware ove...
Personal MacOS keyboard firmware override, Karabiner-elements config to set Caps+IJKL to arrows 1{
2"global": {
3"check_for_updates_on_startup": true,
4"show_in_menu_bar": true,
5"show_profile_name_in_menu_bar": false
-
Personal vscode settings.json
Personal vscode settings.json 1{
2// Theme customisation
3"workbench.colorTheme": "Monokai",
4"editor.showFoldingControls": "always",
5"editor.cursorSurroundingLines": 5,
-
Personal vscode snippet for ts
Personal vscode snippet for ts 1{
2// Place your snippets for typescript here. Each snippet is defined under a snippet name and has a prefix, body and
3// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
4// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
5// same ids are connected.
-
Personal vscode keybindings
Personal vscode keybindings 1// Place your key bindings in this file to overwrite the defaults
2[
3// Close window if trying to close a tab and there are not tabs left to close
4{
5"key": "cmd+w",
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.