Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alex-bochkarev/my-spacemacs-dotfiles

My .spacemacs, private layers and (maybe) something else Spacemacs-config related
https://github.com/alex-bochkarev/my-spacemacs-dotfiles

Last synced: 12 days ago
JSON representation

My .spacemacs, private layers and (maybe) something else Spacemacs-config related

Awesome Lists containing this project

README

        

#+TITLE: Personal Spacemacs config
#+AUTHOR: A. Bochkarev

* Key things
- customized orgmode, capture, and agenda
- org-roam, org-roam-protocol
- a simple project notes system on top of org-roam
- some personal snippets (yas)
- mu4e and org-msg (fixed with ver. 1.8 / new path from =mailutis=)
- python with tests (pytest) + ipython
- julia layer with a few convenience functions
- smooth window/frame motion with i3wm on ~H-h/j/k/l~
- (somewhat) quick web search
- orgmode: added =ab/jump-to-parent-and-fold= (~H-q~)
(seems handy when editing large prose/paper in org)
- beancount for finances / expenses tracking. (from [[https://github.com/beancount/beancount-mode][git]])
- switched helm for ivy, added =deadgrep=
- added a few functions for opening PDFs (with default app) and literature notes
- added hyperbole, for nice in-line text actions everywhere and opening PDFs
from =\cite{}=-s and =texdoc{package}= button.

* Dependencies
- mu4e (from [[https://github.com/djcb/mu][source]]). Note, I use custom prefix dir, like this:
#+begin_src bash
$ sudo apt install meson
$ meson -Dprefix=$HOME/.local/stow/mu-1.9 build && ninja -C build
$ ninja -C build install
#+end_src
- ctags (=sudo apt install universal-ctags=)
- ripgrep (=sudo apt install ripgrep=)
- latest Hyperbole from [[https://github.com/rswgnu/hyperbole][git]]