Skip to content

Instantly share code, notes, and snippets.

View antoniwan's full-sized avatar

Antonio Rodríguez Martínez antoniwan

View GitHub Profile
[init]
defaultBranch = main
[user]
name = Antonio Rodriguez Martinez
email = [email protected]
[core]
editor = nvim
autocrlf = input
[color]
ui = auto
@antoniwan
antoniwan / .zshrc
Created May 3, 2025 10:16
🌸 SOFTHEART .zshrc
# 🌸 SOFTHEART .zshrc
eval "$(/opt/homebrew/bin/brew shellenv)"
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="agnoster"
plugins=(git z)
source $ZSH/oh-my-zsh.sh
eval "$(starship init zsh)"
{
"workbench.colorTheme": "Andromeda Colorizer",
"editor.fontFamily": "'Fira Code', 'JetBrains Mono', 'Cascadia Code', monospace",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"files.autoSave": "onFocusChange",
"typescript.tsdk": "node_modules/typescript/lib",
@antoniwan
antoniwan / .wezterm.lua
Created April 28, 2025 16:52
wezterm configs
local wezterm = require 'wezterm'
local config = wezterm.config_builder()
-- Configurations
config.color_scheme = 'AdventureTime'
config.font = wezterm.font("JetBrainsMono Nerd Font")
config.font_size = 12.5
config.default_prog = { 'pwsh.exe', '-Nologo' }
return config
@antoniwan
antoniwan / further-study-warrior-leadership.md
Created April 26, 2025 21:47
Further Study References for Warrior Leadership

Further Study References for Warrior Leadership

Category Reference Why It Matters
Samurai Ethics Hagakure by Yamamoto Tsunetomo Classic guide to the samurai code of decisive action, duty without ego, and death before dishonor.
Warrior Philosophy The Book of Five Rings by Miyamoto Musashi Practical philosophy of strategic combat, mindset, and leadership from Japan's most famous swordsman.
Lakota and Plains Ethics Touch the Earth edited by T.C. McLuhan Collected wisdom of Native American leaders about leadership, truth, and respect for natural law.
Stoic Leadership Meditations by Marcus Aurelius The ultimate manual for inner leadership, truth, and emotional discipline under pressure.
Psychological Boundaries Boundaries: When to Say Yes, How to Say No by Dr. Henry Cloud and Dr. John Townsend Essential for understanding how real love requires strong personal limits.
Radical Truth Principles by Ray Dalio
@antoniwan
antoniwan / core-values-glossary.md
Created April 26, 2025 21:47
Core Values for Warrior Leadership

Core Values for Warrior Leadership

Value Definition
Mercy Through the Blade The act of lovingly exposing illusions and weakness through firm action, without hatred or cruelty.
Loyalty to Truth, Not Comfort Commitment to speaking and living truth even when it causes temporary discomfort or resistance.
Offer Power Once Sharing your strength openly, without attachment to whether others accept it.
Strike Without Hatred Acting decisively when needed, without allowing anger to corrupt the act.
Cut Without Regret Trusting that setting hard boundaries, even painful ones, is ultimately an act of love.
Leave the Door Open, Keep Walking Compassion means allowing others to find you when ready — discipline means you don't wait for them.
#!/usr/bin/env node
/**
* setup-stronghand-schema.js
*
* Sculpt your FORGE & VAULT drives with pro folder schemas + READMEs.
* Usage:
* node setup-stronghand-schema.js "D:\\" "E:\\"
*/
const fs = require('fs');
<div class="content-container">
<!-- SUBTITLE -->
<div class="description-option-stl" style="color:black;">
<div class="text-wrap tlid-copy-target">
<div class="result-shield-container tlid-copy-target" tabindex="0">궁금하신 것이 있으신가요? 이 곳에서 찾아보세요!</div>
<div class="result-shield-container tlid-copy-target" tabindex="0">
<meta charset="utf-8" />
<p dir="ltr">&nbsp;</p>
</div>
import React, { Component } from "react";
import { Link } from 'react-router-dom'
import { connect } from "react-redux";
import { bindActionCreators } from 'redux'
import * as actions from '../redux/actions/site'
import * as firebase from 'firebase'
import Mjolnir from '../mjolnir'
import axios from 'axios'
import validateImages from '../appFunctions/validateImages'
//COMPONENTS
{
"faceAnnotations": [
{
"boundingPoly": {
"vertices": [
{
"x": 181,
"y": 54
},
{