dot icon indicating copy to clipboard operation
dot copied to clipboard

Migrating to z Bonzai stateful command tree monolith

Results 45 dot issues
Sort by recently updated
recently updated
newest added

Added following in my .bashrc. But when i do less ~/.bashrc i do not see any color text. export LESS_TERMCAP_mb="[34mESC[35m" # magenta export LESS_TERMCAP_md="[34mESC[33m" # yellow export LESS_TERMCAP_me="" # "[34mESC0m"...

Hello! As some of scripts of the repo uses this path, maybe it's a good idea also support it on .vimrc if necessary. ``` fun! s:DetectBash() if getline(1) == '#!/usr/bin/bash'...

Running the docker command in the readme [here](https://github.com/rwxrob/dot/tree/main/lynx) fails on my system with what looks like the usage message of lynx: ``` lynx: Invalid Option: -h USAGE: lynx [options] [file]...

Just need to rename the stock `cmd` template to match the requested command name.

The `marquee` script needs to spend less time showing the current topic and more just showing the time. All of that needs to be configurable using the new `conf`/`readconf` (personal)...

I really need a simple version of `pomo` with zero dependencies on Go. It's simple enough to do with just `date` stuff and needs to be redone to use the...

Need an intelligent `conf` utility that detects configuration files in their intuitive places and looks up values from them or sets them. I want it to be smart enough to...

Often using a workspace needs a specific SOCKS proxy set when using it on contracts that require a VPN or other "walled garden" network situation. Adding something similar to the...