summaryrefslogtreecommitdiffstats
path: root/.config (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-04-26Source system initialization from fish configMalfurious1-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-03qutebrowser: Update configMalfurious1-1/+7
2023-06-02qutebrowser: Replace firefox with qutebrowser and initial configMalfurious1-0/+108
2023-05-23fish: Update promptMalfurious1-15/+9
Remove user@host, except during SSH sessions.
2023-05-23Remove screenfetchMalfurious1-1/+0
2023-05-23fish: Add ~/.local/bin to $PATHMalfurious1-0/+1
2022-02-15Change install location of riceMalfurious1-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-10fish: Update git-sonar promptMalfurious1-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-13Add fish configMalfurious6-0/+37