2026-06-20 23:36:05 -04:00
2026-06-20 23:36:05 -04:00
2026-06-20 23:03:44 -04:00
2026-06-20 23:36:05 -04:00

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*'

S
Description
My settings
Readme
332 KiB
Languages
Shell 95.7%
Lua 4.3%