Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

dotfiles

Just my dotfiles, to easily share them between several hosts, but you may find them useful as an example.

Install

Fedora

sudo dnf config-manager addrepo -y --from-repofile=https://download.opensuse.org/repositories/home:TheLocehiliosan:yadm/Fedora_Rawhide/home:TheLocehiliosan:yadm.repo y
sudo apt install -y yadm
yadm clone https://github.com/glehmann/dotfiles.git

Alpine

The user should be already created and have sudo access (adduser x && adduser x wheel).

sudo apk add yadm
yadm clone https://github.com/glehmann/dotfiles.git

Debian/Ubuntu

sudo apt update
sudo apt install -y yadm
yadm clone https://github.com/glehmann/dotfiles.git

FreeBSD

doas pkg install yadm
yadm clone https://github.com/glehmann/dotfiles.git