Marty Oehme
a4f202184f
Make pkg list conform more to current installation: beets is not installed through pacman anymore. This is a temporary measure to allow the easy use of beetcamp plugin which does not yet have an aur package published and would need to be managed manually. This way I can inject everything into a custom pipx-managed virtual environment until a better solution comes along. Removed hp printer drivers since I have not been near an HP printer for a while. Added gitui (as potential lazygit replacement) and fonts-cjk to be able to display cjk characters on my machine (and finally stop having missing squares displayed instead). Added maestral and minidlna as ways of interacting with the outside network, with minidlna allowing pretty easy media streaming to my tablet and maestral being the best dropbox client I have ever seen. toot was replaced by tut which is a really advanced tui mastodon client and works very well for my purposes. Waybar moved back to its pinned stable release version from being a git version since I don't need its non-merged bleeding edge features anymore. Yarn is explicitly installed so we have a global js manager for the few programs I use once in a while. Finally, zq is added for another way to inspect structured data (mimicking jq which I struggled with for a couple of commands now) and I want to learn it more in-depth. |
||
---|---|---|
.. | ||
.config/sh/alias.d | ||
system-packages/etc/keyd | ||
.stow-local-ignore | ||
install_packages.sh | ||
packages.tsv | ||
README.md | ||
update_package_list.sh |
bootstrap module
The bootstrapping module mainly concerns the setup of the repository itself -- installation of packages, setting up basic options and maintenance scripts.
- installs general list of packages, listed here
- if githooks are enabled (either through install script, or manually) will compare installed packages with those on the package list on each commit and warn user about differences
- contains a simple alias
dotlink
which allows quickly re-linking dotfiles when they have been changed. This is useful to invoke when files have been removed or added and need to be sym-linked by stow again (only works for~/.dotfiles
dot directory) - contains an
update_package_list.sh
script which I can use to quickly repopulate the list of explicitly installed packages, noting down their source (repositories or AUR) and retaining their target, if I set any (only works for~/.dotfiles
dot directory)