Skip to content
View renzmann's full-sized avatar

Block or report renzmann

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
renzmann/README.md

I mostly do data-oriented things in Python using Emacs.

Wanna use my dotfiles?

At your own risk! Here's what I do to install my Unix configuration:

cd $HOME
git init
git remote add origin git@github.com:renzmann/renzmann
git pull
git checkout --force main

Then I install editor configs as needed.

git clone git@github.com:renzmann/.emacs.d ~/.emacs.d
git clone git@github.com:renzmann/config-nvim ~/.config/nvim
git clone git@github.com:renzmann/.vim ~/.vim

Each of these is their own repo ready to be cloned into their canonical configuration location. See the instructions in each one for installation:

renzmann/.emacs.d renzmann/.vim renzmann/config-nvim

Pinned Loading

  1. .emacs.d .emacs.d Public

    My literate Emacs configuration

    Emacs Lisp 30

  2. treesit-auto treesit-auto Public

    Automatic installation, usage, and fallback for tree-sitter major modes in Emacs 29

    Emacs Lisp 381 29

  3. renzmann.github.io renzmann.github.io Public

    Code for my personal website: https://robbmann.io

    Python 2

  4. renzmann renzmann Public

    Dotfiles

    Shell

  5. config-nvim config-nvim Public

    My Neovim configuration

    Lua

  6. cookiecutter-make-dag cookiecutter-make-dag Public

    Template based on my article: https://robbmann.io/posts/000_make_dag/

    Makefile