/dotfiles

Configurations for git and zsh

Primary LanguageEmacs Lisp

dotfiles

forthebadge forthebadge forthebadge

Currently managed with GNU Stow

Why stow?

Stow allows for per package installation that I plan to automate at some point. And perhaps make it interactive

How to install

Ensure GNU Stow is installed. Then run

git clone git@github.com:thegeorgeous/dotfiles.git ~/.dotfiles
cd .dotfiles
stow <package-name-here> 

Emacs setup

For tree-sitter mode to work correctly, the language grammar needs to be installed.

M-x treesit-install-language-grammar

Without the language grammar, code-completion via eglot may not work correctly