Files
dotfiles/README.md
T
2026-06-20 23:36:05 -04:00

826 B

dotfiles

Stow

  1. Install it: sudo dnf install stow

  2. Organize your repo like this:

~/dotfiles/
├── bash/
│   ├── .bashrc
│   └── .bashrc.d/          # everything here
├── nvim/
│   └── .config/nvim/
├── git/
│   └── .gitconfig
└── ...
  1. stow it:
cd ~/dotfiles
stow bash
stow nvim
stow git

stow creates the symlinks automatically and handles conflicts nicely.

WSL

OpenSSH

In windows enable OpenSSH Agent

(Learn OpenSSH)[]

Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*'