dotfiles
dotfiles copied to clipboard
A collection of various primarily Linux dotfiles
* Upm in release mode ignores the local lua files; need to change the script to account for this, or fully install upm prior to attempting to install vim *...
It's kinda useless atm. Lacks config to make it portable and powerful enough. Might be worth adding as part of a feature for [STAGING-2]
Mint 22.1 ships with a built-in night light (and redshift is borked anyway)
* [x] Lightshot is missing * [x] Multiple other packages are missing (including the todo thing, the calendar fix, and others) * [ ] Misc. linkage errors caused by the...
Use-case: ``` if (std::filesystem::exists(dir)) { for (auto& path : std::filesystem::directory_iterator(dir)) { if (std::filesystem::is_directory(path)) { continue; } desc.contents.push_back(path.path().string()); } | ``` `}` at `|` results in ``` if (std::filesystem::exists(dir)) { for...
Need to write a proper bug report later. Confirmed it works in VS Slopium, so it's specific to yegappan/lsp. I cannot see anything in the debug logs suggesting why: *...
A lot of docker compose is just copypasta and could be generated. Would save having to RTFM every time I need to make a docker-compose from scratch. Suggestions: * Snippet...
## Clangd * [ ] include what you use is a default setting in clangd that might be worth exploring. It's an LSP arg, so fairly easy to set up,...
https://www.pgadmin.org/download/pgadmin-4-apt/ TODOs: * [ ] Find an alternative to lsb_release, and hardcode it in the root makefile for later referencing on ubuntu derivatives * [ ] Make said alternative available...