Marty Oehme
89c028c8d6
Use <leader>t to start up nsxiv in thumbnail mode where it displays the contents of the current directory. You can do whatever you want with nsxiv, enlarge files with <Enter>, flip them with | or - or delete them with D - the full bandwidth of nsxiv is available. If you mark pictures with m (or M) before exiting vifm will build a custom filtered view containing only those files ready for further filesystem operations with vifm. Closes #11. Also adds another layer of file previewer. If none of the other previewers match (e.g. pdftotext for pdf, pandoc for docx, exa for directories, etc), this viewer will be used and display the first couple hundred lines of a file. Essentially it means that unknown text files will be displayed using this, but also binary files for which it displays the hexdump automatically. |
||
---|---|---|
.. | ||
.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)