Skip to content

femnad/fup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

62cccde · Dec 17, 2024
Feb 9, 2024
Jan 8, 2024
Dec 27, 2023
Jan 25, 2024
Jan 3, 2024
Dec 17, 2024
Aug 4, 2024
Feb 7, 2024
Jun 14, 2024
Dec 17, 2024
Dec 27, 2023
Feb 7, 2024
Aug 3, 2024
Dec 16, 2023
Jun 16, 2024
Oct 31, 2022
Dec 17, 2023
Dec 17, 2023
Dec 17, 2023
Aug 25, 2024
May 21, 2023
Aug 3, 2024
Aug 3, 2024
Dec 3, 2024

Repository files navigation

fup

A simple-minded workstation initializer.

Why?

One advantage over using established configuration management tools for the same purpose is that you don't need to worry about installing packages or ensuring that SSH access works correctly. On a pristine installation you can use a static fup binary which only operates on the local host.

How?

Just point to a config file (default ~/.config/fup/fup.yml, override with -f, --file, can be a remote URL).

There is a config file with a non-zero number of comments under contrib/simple.yml.

Better Alternatives?

https://github.com/comtrya/comtrya, of course.