826 B
826 B
dotfiles
Stow
-
Install it:
sudo dnf install stow -
Organize your repo like this:
~/dotfiles/
├── bash/
│ ├── .bashrc
│ └── .bashrc.d/ # everything here
├── nvim/
│ └── .config/nvim/
├── git/
│ └── .gitconfig
└── ...
- stow it:
cd ~/dotfiles
stow bash
stow nvim
stow git
stow creates the symlinks automatically and handles conflicts nicely.
WSL
In windows enable OpenSSH Agent
(Learn OpenSSH)[]
Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*'