Skip to content

Instantly share code, notes, and snippets.

@coswind
coswind / fonts.conf
Created December 13, 2025 12:31 — forked from rydesun/fonts.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<fontconfig>
<!-- Default system-ui fonts -->
<match target="pattern">
<test name="family">
<string>system-ui</string>
</test>
<edit name="family" mode="prepend" binding="strong">
@coswind
coswind / init.lua
Created December 4, 2025 16:34 — forked from whexy/init.lua
neovim v0.12 config in one file
vim.g.mapleader = ","
vim.g.maplocalleader = ","
-- color scheme
vim.pack.add({
{ src = 'https://github.com/Mofiqul/dracula.nvim' },
{ src = "https://github.com/neovim/nvim-lspconfig" },
{ src = "https://github.com/rachartier/tiny-inline-diagnostic.nvim" },
{ src = "https://github.com/saghen/blink.cmp" },
{ src = "https://github.com/stevearc/conform.nvim" },
[program:tomcat6]
command=/opt/tomcat6-instance/bin/supervisor-wrapper.sh
# How to echobot with XMPP, BOSH, and Strophe
1. Setup ejabberd(http://www.ejabberd.im/) server and setup account admin@localhost.local
NOTE: localhost should be enough. If you setup something else, make sure you add it at /etc/hosts like this
#/etc/hosts
127.0.0.1 localhost.local
NOTE: Also download Psi(http://psi-im.org/), and make sure you can connect to your ejabberd server.
2. Download strophe(http://code.stanziq.com/strophe/) and place it (eg: /Users/makoto/work/sample/strophejs-1.0)