summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-16Fix git main-branch once and for allmediocregopher
2023-08-15Fix typo in main-branch git aliasmediocregopher
2023-08-13Be sure to ignore extra config filesmediocregopher
2023-08-13Update branch with all changes which could be brought in from private branchesmediocregopher
For a while I was keeping a private branch where there were a lot of non-public things included, and that became the de-facto branch while this one lagged. This one is now up-to-date, all private stuff is dealt with via config files which are not committed.
2021-10-05add xdg-utils and set default BROWSER envmediocregopher
2021-10-05setup misspellmediocregopher
2021-10-05comment out alacritty font settings again, it still doesn't workmediocregopher
2021-10-05got AppImage build working on my desktopmediocregopher
On my desktop the AppImage build kept picking up the `Htop.desktop` file, whereas on my laptop it would pick up the `medicore-loadout.desktop` file as expected. I'm not sure of why the discrepancy, maybe some difference in the directory listing order. In any case, I fixed it by deleting all desktop files, except the loadout's, from the AppDir.
2021-10-03initial public commitBrian Picciano