Initial dotfiles with stow setup

This commit is contained in:
Jonas Müller 2025-09-01 18:00:00 +00:00
commit 4d61713ff5

20
README.md Normal file
View file

@ -0,0 +1,20 @@
# dotfiles
Personal config files. Fish shell, Neovim, tmux, git.
Managed with [GNU Stow](https://www.gnu.org/software/stow/).
## Install
git clone https://git.nexus.local/j.mueller/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow nvim fish git tmux
## Contents
| Config | Description |
|--------|-------------|
| `fish/` | Fish shell config, abbreviations, functions |
| `nvim/` | Neovim with lazy.nvim, LSP, Treesitter |
| `tmux.conf` | Tmux with vim navigation and status bar |
| `git/` | Global gitconfig and gitignore |