There is a new HUD module called CXAO, which supposedly does not require any notecard. I have yet to demo this, so if you’ve used one, please drop me a comment or an email and let me know what you think. Important AO Safety Tip: If you want to sit on an object in Second Lif...
- `m1k1o/neko:ungoogled-chromium` - for [Ungoogled Chromium](https://github.com/Eloston/ungoogled-chromium) (needs `--cap-add=SYS_ADMIN`) (by @whalehub). - `m1k1o/neko:brave` - for [Brave Browser](https://brave.com) (needs `--cap-add=SYS_ADMIN`). - `m1k1o/neko:tor-...
"create-require": "^1.1.0", "diff": "^4.0.1", "make-error": "^1.1.1", "v8-compile-cache-lib": "^3.0.1", "yn": "3.1.1" }, "bin": { "ts-node": "dist/bin.js", "ts-node-cwd": "dist/bin-cwd.js", "ts-node-esm": "dist/bin-esm.js", "ts-node-script": "dis...
You can do that by downloading the install script first, looking through it so everything looks normal, then running it: wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh sh install.sh Using Oh My Zsh Plugins Oh My Zsh comes with a shitload of plugins for ...
Plugin for displaying images on the terminal using the the `catimg.sh` script provided by [posva](https://github.com/posva/catimg) ## Requirements - `convert` (ImageMagick) ## Enabling the plugin To use it, add `catimg` to the plugins array in your zshrc file: 1. Open your `.zs...
(optimizer, **lr_scheduler_kwargs) # step_rules and last_epoch are given as kwargs # All other schedulers require `num_warmup_steps` if num_warmup_steps is None: raise ValueError(f"{name} requires `num_warmup_steps`, please provide that argument.") if name == SchedulerType.CONSTANT...