Skip to content
View spartanatreyu's full-sized avatar
💭
The spice must flow and the stack must overflow
💭
The spice must flow and the stack must overflow
Block or Report

Block or report spartanatreyu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Personal vscode settings.json Personal vscode settings.json
    1
    {
    2
    	// Theme customisation
    3
    	"workbench.colorTheme": "Monokai",
    4
    	"editor.showFoldingControls": "always",
    5
    	"editor.cursorSurroundingLines": 5,
  2. Personal Karabiner-elements config t... Personal 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
  3. init.lua init.lua
    1
    -------------------------------------------------------------------
    2
    --Hammerspoon config to replace Cinch & Size-up (Microsoft Windows style) window management for free
    3
    --By Jayden Pearse (spartanatreyu)
    4
    --Sort of messy, forgive me. Never scripted in lua before
    5
    -------------------------------------------------------------------
  4. 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.