Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 490 Bytes

File metadata and controls

20 lines (15 loc) · 490 Bytes

dotfiles

Installation

GNU Stow logic

~/.github/dotfiles/ ├── bash/ │ └── .bashrc # Stows straight to ~/.bashrc ├── tmux/ │ └── .tmux.conf # Stows straight to ~/.tmux.conf ├── git/ │ └── .gitconfig # Stows straight to ~/.gitconfig └── nvim/ └── .config/ └── nvim/ # Stow creates ~/.config/ and symlinks the nvim directory inside it

Manual Installation

License