- Remove work/laptop detection logic from nvim and emacs configs; each
package now has a self-contained init that requires no runtime checks
- Create shared/ stow package containing nvim/init.lua, emacs/init.el,
common-dev-settings.el, org-bindings.el, tmux, ghostty, and ranger
- Rename laptop-languages.lua / work-languages.lua → languages.lua in
each package; shared/init.lua uses require('languages') generically
- Rename work-dev-settings.el → dev-settings.el to match laptop naming
- Expand work/ to include the full set of dev tools (tmux, ghostty,
ranger, emacs, neovim) without email/calendar tooling
- Add Makefile with `make laptop` and `make work` targets (each runs
a single `stow shared <profile>` invocation)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
390 B
Plaintext
16 lines
390 B
Plaintext
font-family = Hack Nerd Font Mono
|
|
font-size = 11
|
|
theme = "Catppuccin Mocha"
|
|
cursor-style = block
|
|
|
|
# Unbind alt+number tab switching so weechat can use them
|
|
keybind = alt+one=unbind
|
|
keybind = alt+two=unbind
|
|
keybind = alt+three=unbind
|
|
keybind = alt+four=unbind
|
|
keybind = alt+five=unbind
|
|
keybind = alt+six=unbind
|
|
keybind = alt+seven=unbind
|
|
keybind = alt+eight=unbind
|
|
keybind = alt+nine=unbind
|