savoy
savoy
I have a quick shell function to do something similar. As long as the config file is created and the other dirs are listed there, all you need is `GOMUKS_CONFIG_HOME`....
@jjakob As long as the lines in your config point to different dirs (with the exception of `download_dir`) then you're good. And yes like you said, it would be a...
## Nushell * Grammar: [https://github.com/LhKipp/tree-sitter-nu](https://github.com/LhKipp/tree-sitter-nu) * Documentation: [https://www.nushell.sh/book/command_reference.html](https://www.nushell.sh/book/command_reference.html) Plugins for vim are already an [https://github.com/nushell/nushell/issues/3728](https://github.com/nushell/nushell/issues/3728)
Honestly, the only reason I'm using QtWebKit at the moment is due to the nouveau bug with QtWebEngine. My laptop is about 8 years old and with a very underpowered...
I wanted to voice my support for this feature as well. I feel there's less of a use-case within code, but it's absolutely essential when editing any other non-code file....
This is an issue for anyone (like me) running an XMPP server as a Tor hidden service. Let's Encrypt will not work with *.onion domains, so I created a self-signed...
I'm still very much a novice with rust (and frankly don't have time right now to really look to see where I can help test), but I tried relying on...
After installing and changing `app.py` as you stated in order for the script to work with a flatpak installation, I receive this Traceback error: ```bash ❯ beautifuldiscord --css ~/etc/discord_css/main.css Found...
And if it's set through a config option in `.ssh/config`? I use `ProxyJump` in tandem with an open ssh connection from a server behind a firewall where port 22 is...
I don't know the process for creating a language server, but given that there's a vscode extension, it shouldn't be too much of a stretch to create an LSP for...