Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-04-26 | Source system initialization from fish config | Malfurious | 1 | -0/+5 | |
This makes for a more properly configured environment. The missing DEBUGINFOD_URLS variable was causing breakage with valgrind. Solution is taken from the Arch Wiki. | |||||
2024-02-03 | qutebrowser: Update config | Malfurious | 1 | -1/+7 | |
2023-06-02 | qutebrowser: Replace firefox with qutebrowser and initial config | Malfurious | 1 | -0/+108 | |
2023-05-23 | fish: Update prompt | Malfurious | 1 | -15/+9 | |
Remove user@host, except during SSH sessions. | |||||
2023-05-23 | Remove screenfetch | Malfurious | 1 | -1/+0 | |
2023-05-23 | fish: Add ~/.local/bin to $PATH | Malfurious | 1 | -0/+1 | |
2022-02-15 | Change install location of rice | Malfurious | 1 | -1/+1 | |
Instead of .gitdir, use the usual name of .git for the installed rice repository. Such repository is intended to have its worktree location configured properly. So far, the repository directory has used a non-standard name to avoid detection, so that the user's home directory isn't normally treated as a git repository. However, this is not completely necessary when we also nest the gitdir 1 extra directory deep (inside $HOME/rice). Reverting the name to .git, allows normal git commands to work properly while inside this one directory, but the home directory as a whole is still a sleeper repository. (And because the core.worktree variable is configured properly, git will realize that $HOME/rice is NOT the root of the worktree) | |||||
2021-11-10 | fish: Update git-sonar prompt | Malfurious | 1 | -2/+1 | |
Script is now expected to be in the $PATH (as the Makefile installs it there) and the new short option for fetch is used instead of --fetch. | |||||
2021-05-13 | Add fish config | Malfurious | 6 | -0/+37 | |