Initial dotfiles with stow setup
This commit is contained in:
commit
4d61713ff5
1 changed files with 20 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal 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 |
|
||||||
Loading…
Reference in a new issue