Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thegeorgeous/dotfiles

Configurations for git and zsh
https://github.com/thegeorgeous/dotfiles

Last synced: 20 days ago
JSON representation

Configurations for git and zsh

Awesome Lists containing this project

README

        

# dotfiles

[![forthebadge](http://forthebadge.com/images/badges/fuck-it-ship-it.svg)](http://forthebadge.com)
[![forthebadge](http://forthebadge.com/images/badges/no-ragrets.svg)](http://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/works-on-my-machine.svg)](https://forthebadge.com)

Currently managed with [GNU Stow](https://www.gnu.org/software/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

```shell
git clone [email protected]:thegeorgeous/dotfiles.git ~/.dotfiles
cd .dotfiles
stow
```

## 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