dotfiles/README.md

20 lines
538 B
Markdown

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