My personal configuration files.
Go to file
Marty Oehme 7bdf9ff8d2
nvim: Switch from vimL to lua setup
Switched to a lua setup. Moved from `init.vim` to `init.lua`. Moved to a
lua-based plugin manager (packer.nvim). Moved some plugins to neovim
(i.e. lua) versions instead of vimL (notably fzf and indentLine).
Enabled lsp, treesitter and similar plugins by default.
Modularized plugins a little by invoking them in separate files.

This should provide a base to build on, and allow me to more fully
integrate lua into my workflow.
More detailed changes follow:

nvim: Replace completion-nvim with nvim-compe

Replaced completion-nvim since compe comes with more things working out
of the box (especially buffer completion and treesitter save me two
plugin installations), and seems to be overall a bit better supported.

It's fast, it works well, and I can add custom completion sources so
that should be good enough for me.

Changed around a couple of other things for lsp settings and treesitter,
and moved the files around a bit.

This is somewhat in preparation for a move to a lua-based configuration,
since I have long wanted to make the switch.

nvim: Add treesitter-enabled rainbow brackets

Added rainbow brackets to the editor, using the treesitter AST
detection. I am not sure yet if I will keep them, or if they confuse me
more than they help by coloring *everything* *everywhere* and being a
bit too much for my tired eyes.

nvim: Add vim-terminator to enable repl style dev

Added vim-terminator and included some basic keybindings. The plugin
allows sending code over to a terminal window, or repl for those
languages where it's enabled (python, R, bash somewhat).

The basic workflow for me right now is: From e.g. a python file
1. Open a repl with <leader>rr
2. Send over code with
    2a. <leader>rt sending (selected part or whole of) file over
    2b. <leader>rd sending (selected part or whole of) delimited area
        over

A delimited area in option 2b looks for certain patterns and sends
everything up-to the next instance of that pattern.
Currently, the enabled patterns are `In[n]:` with n being a number,
emulating the way jupyter blocks are coded; and `^```` (three
back-ticks at the beginning of a line), to enable sending code fences
from (R)markdown files.

Since it uses the filetype to determine which repl/interpreter to send
code to, it is still a little unwieldy in markdown files (which in this
editor get handled as `pandoc` filetype.)

FIXME: There are two options going forward, either finding a way to
correctly identify the interpreter without filetype (should be done in
vim-terminator and seems inelegant) or correctly setting the filetype
for code fences in (R)Markdown *only* (seems more feasible and may
already be enabled in RMarkdown plugins for vim).

nvim: Fix simultaneous opening alacritty and nvim

When opening both (e.g. `alacritty -e nvim file`), neovim would open
with the wrong size (usually way smaller than the resulting terminal
size) and stay that way until you resized the terminal window.

This simply sends a 'resize' kill command to vim whenever the user
enters it to circumvent the bug until it's fixed.

nvim: Simplify lua plugin setup, Add indentLine

Added indent line plugin to show where and how indentations occur using
neovims virtual text. Can be toggled with `:IndentBlanklineToggle`.

Simplified lua setup a little by naming settings after intent instead of
per plugin -- everything lsp-y now resides in `lsp.lua`, everything
treesitter in `treesitter.lua`, everything indentation in its respective
file. Should, as long as plugins don't get too many, be perhaps a little
simpler to reason about.

nvim: Switch to packer as plugin manager

Switched to packer -- the plugins move to lua and so will I. Packer
seems basically like `vim-plug` in a dress (which is awesome, since
vim-plug is also awesome!) and it is extremely fast.
So, no real complaints but still a little switch to get that little bit
further away from vimscript.

nvim: Add telescope plugin and configuration

Added telescope as fzf replacement. Fzf served me well, but the
configuration is somewhat difficult (not least owing to the fact it's
written in vimscript), and telescope has a burgeoning ecosystem growing
around it.

I could basically drop-in replace all of my mappings and then some.
Refined some options and changed some defaults and I am fairly happy for
now.

nvim: Switch to zettelkasten plugin over wiki.vim
2021-05-24 18:01:54 +02:00
.assets repo: Move some assets to gitlab wiki 2021-04-05 13:15:11 +02:00
.githooks sh: Switch yay to paru 2020-12-22 19:54:38 +01:00
alacritty/.config/alacritty alacritty: New default font size 2021-03-27 22:21:11 +01:00
an2linux an2linux: Try to fix ignored messages 2020-11-13 08:52:19 +01:00
bash [home] Remove module 2020-06-05 22:18:13 +02:00
bibtex bibtex: Update pandoc latex template 2020-11-02 19:08:12 +01:00
bootstrap xdg: Move xdg media directories 2021-04-18 13:04:59 +02:00
disks disks: Fix udiskie service config file sourcing 2020-11-05 22:26:19 +01:00
dunst/.config/dunst nvim: Switch from vimL to lua setup 2021-05-24 18:01:54 +02:00
git repo: Update linting for 4-spaced shell scripts 2021-04-04 20:52:52 +02:00
i3/.config/i3 xdg: Move xdg media directories 2021-04-18 13:04:59 +02:00
mail repo: Update linting for 4-spaced shell scripts 2021-04-04 20:52:52 +02:00
mpv xdg: Move xdg media directories 2021-04-18 13:04:59 +02:00
nvim/.config/nvim nvim: Switch from vimL to lua setup 2021-05-24 18:01:54 +02:00
pass pass: Add README explaining the switch 2020-09-12 17:33:05 +02:00
picom/.config/picom Switch to GNU stow 2019-12-29 23:12:13 +01:00
polybar sxhkd, polybar, dunst: Add setting no disturb mode 2021-03-17 14:46:39 +01:00
qutebrowser qute: Update bookmarklets and config structure 2021-04-22 11:37:27 +02:00
rofi rofi: Fix powermenu hibernation 2021-04-12 18:39:44 +02:00
rofi-surfraw/.config/rofi-surfraw Switch to GNU stow 2019-12-29 23:12:13 +01:00
scripts vifm: Fix vifmrun script argument parsing 2021-04-21 11:09:33 +02:00
services services: Add geoclue agent as systemd autostart 2021-04-12 18:40:47 +02:00
sh xdg: Move xdg media directories 2021-04-18 13:04:59 +02:00
ssh ssh: Add simple ssh configuration module 2021-04-05 15:04:27 +02:00
styler [styler] Remove optional rg dependency 2020-06-19 15:41:39 +02:00
sxhkd rofi: Fix powermenu searchstring display 2021-04-04 12:22:16 +02:00
taskwarrior/.config taskwarrior: Added completed today report 2021-04-18 12:57:04 +02:00
tmux tmux: Fix tmuxline statusbar coloring 2021-04-18 12:57:04 +02:00
vifm vifm: Fix vifmrun script argument parsing 2021-04-21 11:09:33 +02:00
X X: Fix xinitrc keyboard language setting 2021-04-12 18:37:30 +02:00
zathura/.config/zathura zathura: Add simple zathura configuration 2020-09-23 17:14:08 +02:00
zsh sh: Added date stamps to history command 2021-03-27 22:19:43 +01:00
.gitignore alacritty: Update styler to work with new includes 2020-12-20 12:10:39 +01:00
.gitlab-ci.yml repo: Update linting for 4-spaced shell scripts 2021-04-04 20:52:52 +02:00
.gitmodules [polybar] Fix pomodoro timer script display 2020-05-26 13:42:14 +02:00
.stowrc stow: Remove readme symlinking 2020-10-21 16:48:51 +02:00
install.sh repo: Update linting for 4-spaced shell scripts 2021-04-04 20:52:52 +02:00
LICENSE Add LICENSE 2019-06-07 08:33:58 +00:00
README.md repo: Move some assets to gitlab wiki 2021-04-05 13:15:11 +02:00

~/🌹

What's in these dotfiles

  • vim configuration for simple programming tasks (especially go/typescript/python/bash) and prose
  • academic workflow tools, to allow quick citation, pdf compilation, and preview
  • simple, efficient polybar with package update notification, and spotify (mpris) integration
  • tmux session management through tm and tl tools
  • tmux fuzzy-searching of terminal sessions to switch to with hot-key (<C-A><C-s>) in addition to normal session switching
  • system-wide color management (terminals, vim, qutebrowser, polybar, xresources) through styler command using base16 themes
  • quick theme switching by activating styler and fuzzy-searching themes with hot-key (<Super>+F8)
  • many vim color-schemes with quick light/dark switching (F8) and individual theme switch (<Space>+F8)
  • quick directory jumping using z, with fzf integration
  • fzf integrations for bibtex citation, vim buffer management, most recently used switching, shell command history, and more

Styler recoloring demo

Quick-Start

The dotfiles use GNU stow to link themselves in the home directory. You can clone this repository anywhere (though I have mine in ~/.dotfiles as it seemed most logical for me).

I would recommend doing a git clone --recursive for this repository, since it contains git submodules, which will then automatically get pulled in as well. Of course, you can do it non-recursively and then just pull those modules selectively which you actually want.

Once in the repository directory, when you then run ./install.sh it will install many of the packages I use (though they are probably slightly out-of-date) and link the dotfiles into the home directory. If you do not want to install any packages, but only link the dotfiles run stow -S */ from the main repository directory. Since dotfiles management is based on stow, it will not overwrite anything already in the home directory (though you can force it to if you really want, using stow --override='.*' -- I do not recommend this).

After all files are linked and you open a new shell session, the dotlink alias will allow you to re-link all dotfiles from anywhere on the system.1

Both automatic installation paths are presumably somewhat brittle. In any case, I would suggest to manually look through the files for things you want instead of copying and activating everything. Dotfiles are too personal to be standardized like that. They're pets, not cattle. Enjoy!

Main Modules

Overview - an older image of the dotfile desktop with gaps, showing git logs, styler logs, duckduckgo in a browser, and a vifm view of the dotfiles themselves

  • alacritty - Terminal emulator (GPU accelerated and customizable)
  • i3 - Tiling window manager
  • polybar - Easy to customize statusbar
  • picom - X11 compositor (maintained fork from compton)
  • git - distributed version control system.
  • pass - Password management suite
  • nvim - Neovim configuration
  • bibtex - LateX/BibteX/pandoc plaintext writing & reference suite
  • qutebrowser - vim-key enabled web browser
  • rofi - Application launcher, dmenu replacement
  • sxhkd - X11 hotkey manager
  • tmux - terminal multiplexer
  • vifm - vim-like file-manager

Notes

  • Generally, most configuration for applications attempts to follow the XDG specifications, keeping configuration in .config directory and supplementary files in .local/share directory. Over time, I am moving more applications to this standard: it keeps the home directory clean, and the separation of configuration, binaries, and data relatively clear.
  • .config/shell contains all the general zsh/bash/sh configuration and environment variables usually contained in .zshrc, .zprofile and similar. It is divided in login shell config (loginrc.d), general shell config (rc.d) and zsh specific (zsh.d). Over time this should be migrated to specific stow 'units', but for now here is where it is.
  • The zsh directory contains all setup for the z-shell, my daily work environment. It should not be required for working with any other module but will add additional functionality to many (such as command auto-completion and so on). sh sets some base functionality for any shell you may wish to work in. It is, for now, the only module that is required for some other modules to work.2
  • rofi contains additional scripts and a simple theming framework for rofi and should probably be reorganized to put the correct files into the correct directories (per xdg) at some point.
  • .local/bin in scripts stow unit contains most executable user scripts. Most of these have been migrated to their corresponding modules (e.g. if a script exclusively targets git functionality, it will live there), some stand-alone scripts remain however.
  • .local/share/pandoc contains configuration for academic latex (pandoc, really) writing and is of interest if you want to use this functionality.
  • .xinitrc is used for x initialization and program startup. At some point, some of the consistently running applications may be moved to runit as supervised services.
  • Generally, directories starting with a . are only meaningful for the repository not for the functionality of the machine that these dotfiles are deployed on. That means .gitlab-ci.yml, .assets/, .stowrc and similar files and directories will not show up in the final deployment in any home directory. Perhaps they should be called dotdot-files since they're the dotfiles for my dotfiles. 🙂 (Also, 'dotfiles'.)

Gapless - the same image as above, only displayed without gaps


  1. This alias only works when the dotfiles are cloned into ~/.dotfiles, mirroring my setup. This is due to a hard-coded cd into this directory. If your dotfiles lie in another directory and you want to use the dotlink alias, simply change the corresponding line in bootstrap/.config/sh/alias.d/dotlink.sh] ↩︎

  2. I may remove this requirement in the future to make modules more self-contained. However, relying on some base utility scripts makes it easier to avoid duplicating such functionality for each individual script in other modules. ↩︎