- Download CXWine 23.7.1 from this repo.
- Backup the Wine folder in
~/Library/Application Support/com.isaacmarovitz.Whisky/LibrariestoWine.oldor something similar. - Extract the downloaded CXWine archive and move the contents of the extracted
installfolder to the previous location ofWine. - Unquarantine the files in the extracted folder by running
xattr -r -d com.apple.quarantine Wine. - Profit!
- Except it doesn't work. Will try to figure out why someday!
This file contains hidden or 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
| localhost { | |
| import /include/cloudflare-proxies | |
| } |
This file contains hidden or 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
| export default { | |
| async fetch(request, env, ctx) { | |
| const response = await fetch("https://cdn.yukata.dev/7cp001g.null"); // 10GB of zeroes gzipped | |
| return new Response(response.body, { | |
| headers: { | |
| "Content-Encoding": "gzip", | |
| "Content-Type": "text/plain; charset=utf-8" | |
| }, | |
| encodeBody: "manual", |
This file contains hidden or 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
| // Move this to ~/.config/zed/themes/dolch.json | |
| { | |
| "$schema": "https://zed.dev/schema/themes/v0.2.0.json", | |
| "name": "Dolch", | |
| "author": "Ported from VSCode theme by be5invis", | |
| "themes": [ | |
| { | |
| "name": "Dolch Dark", | |
| "appearance": "dark", | |
| "style": { |
OlderNewer