All my user config is stored in this repository.
- Install stow
- Clone this repository
cd dotfiles-public
stow <project>
whereproject
is one of the folders (usestow -d <project>
to revert)
Example with fish configuration:
$ ls -ld ~/.config/fish
ls: cannot access '/home/username/.config/fish': No such file or directory
$ stow fish
$ ls -ld ~/.config/fish
lrwxrwxrwx 1 username username 36 Apr 21 21:28 /home/username/.config/fish -> ../dotfiles-public/fish/.config/fish
The majority of these configs are specific to Linux. But some are applicable to Windows. For these, indications should be available in a nested README.