Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thegeorgeous/dotfiles
- Owner: thegeorgeous
- Created: 2016-09-22T14:57:11.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T18:29:23.000Z (3 months ago)
- Last Synced: 2024-09-17T22:58:29.729Z (3 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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