fleek VS homies

Compare fleek vs homies and see what are their differences.

fleek

[deprecated] Own your $HOME (by ublue-os)

homies

My configuration files (.screenrc, .vimrc, .weechat, .bashrc, .gitconfig, etc) (by sontek)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
fleek homies
14 3
846 531
- -
9.1 7.0
about 2 months ago 4 months ago
Go Lua
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fleek

Posts with mentions or reviews of fleek. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-14.
  • NixOS: Declarative Builds and Deployments
    13 projects | news.ycombinator.com | 14 Jan 2024
    I think the fastest path to adoption is to build a front-end for nix so that non-technical users can use it like they would Ubuntu. Users could select packages and edit system config through a GUI, which would be built/deployed when the the user clicks "save" or whatever, with an "advanced" mode where users could edit and add extra text config if they wished. SnowflakeOS [1] and Fleek [2] are admirably starting to work towards that, but there isn't enough of a concerted community effort to make it a first class feature of NixOS. If/when something like this were mature, you could then take it to the next level, where you could have something similar to an "app marketplace" where users could share flakes or sets of config that do things, like "Jake's blinged out desktop" or "Home router setup", essentially adding an additional layer of easy composability on top of base packages that most systems support.

    Apologies if there is already a concerted community effort here and I was unaware of it.

    [1] https://snowflakeos.org/

    [2] https://getfleek.dev/

  • Fleek
    1 project | /r/devopspro | 27 Jul 2023
  • NixOS and My Descent into Insanity
    6 projects | news.ycombinator.com | 10 Jul 2023
    If I understand it right, https://getfleek.dev/ will turn a simpler yaml config into home-manager/nix/flake config. Might be a simpler way to get started.

    Haven't started down into the Nix abyss myself though…

  • My First Impressions of Nix
    33 projects | news.ycombinator.com | 19 Jun 2023
    Coincidentally I came across Fleek this morning, which appears to be a simplified Nix abstraction?

    https://getfleek.dev/

  • Any Fedora Silverblue users utilizing the Ostree container feature?
    2 projects | /r/Fedora | 27 May 2023
    Assuming that rebasing under uBlue is no different than under regular Silverblue, it's good to know that experimenting as such can populate your home folder with unwanted (dot)files. Therefore, either make use of a dotfiles- and/or home-manager like Fleek or backup your home folder (perhaps with Btrfs as demonstrated by Stephen's Tech Talks).
  • Backing up configs and installed apps so you can deploy a similar system in no time.
    1 project | /r/linux4noobs | 30 Apr 2023
    Seems like that might be the way to go, I have also found fleek and it does exactly what I want but idk if i want to use nix.
  • Take Control of Your $Home
    2 projects | news.ycombinator.com | 12 Apr 2023
  • Fleek: A human-friendly Nix wrapper
    1 project | /r/programming | 12 Apr 2023
    1 project | news.ycombinator.com | 12 Apr 2023
  • Fleek - Own your $HOME.
    1 project | /r/devopsish | 12 Apr 2023

homies

Posts with mentions or reviews of homies. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-12.
  • Show HN: Fleek – Own Your $Home
    4 projects | news.ycombinator.com | 12 Apr 2023
    This is awesome! I utilize `nix` on Linux and Mac but I haven't "drank the kool-aid" so I utilize `nix profile` and a makefile:

    https://github.com/sontek/homies/blob/master/justfile

    Fleek basically replaces my hacked together work flow with something that I'd actually utilize on a daily basis! Nix shouldn't be an all or nothing thing and this is one step closer to making it a generally available set of technology.

  • Dotfiles Management
    23 projects | news.ycombinator.com | 8 Jan 2023
    I see a lot of people mentioning home-manager / nix in the comments. I tried drinking the nix kool-aid and home-manager and all that was a little too much more me and landed on a hybrid approach:

    https://github.com/sontek/homies

    1. I use a `justfile` that calls `nix profile install ...` to install my packages, rather than using a nix configuration file. This allows me to use a standard package manager workflow rather than going "all in".

    https://github.com/sontek/homies/blob/master/justfile#L24-L2...

    2. I then use GNU Stow to install my dotfile configuration:

    https://github.com/sontek/homies/blob/master/justfile#L93-L9...

    I think this is a great middle ground where I can utilize `nix` as my package manager across Linux and Mac and have consistency while not having to learn the whole configuration language or change my workflow.

    The other tools I use heavily in my environment:

    - https://asdf-vm.com/: I find this better than installing python/node/etc from nix.

    - https://github.com/casey/just: I use this as my command runner (similar to make but cleaner in my opinion)

  • Nix: An idea whose time has come
    17 projects | news.ycombinator.com | 18 Feb 2022
    Yeah, I think its things like this that make it hard to adopt nix. All I want is a way to say "I want jq, kubectl, and terraform installed" and have it available globally. Not for specific projects or anything like that.

    Right now I maintain a makefile that installs everything for me using `nix profile`:

    https://github.com/sontek/homies/blob/master/justfile#L14-L2...

    Which almost exactly like I want. Only issue is sometimes a new hash is generated (which I don't understand.. maybe a config update in the repos?) and the makefile can't run anymore:

        error: packages '/nix/store/y65pp5hipid0fzxl1z7xjxdk4h9jwfw7-exa-0.10.1/bin/exa' and '/nix/store/gy0bqcs9mcan8af47wakdylhal67dpy4-exa-0.10.1/bin/exa' have the same priority 5; use 'nix-env --set-flag priority NUMBER INSTALLED_PKGNAME' to change the priority of one of the conflicting packages (0 being the highest priority)

What are some alternatives?

When comparing fleek and homies you can also consider the following projects:

nix - Nix, the purely functional package manager

homer - The home directory management tool.

rasp-nix - My Raspberry Pi(4) NixOS Configuration

filetailor - Copy and modify plain text files between devices without templates

infra - NixOS configurations for nixos.org and its servers

configs - Dot-files among other configs

dotfiles - My dotfiles

dot-git - Managing your dotfiles the Git Way™

ublue - A familiar(ish) Ubuntu desktop for Fedora Silverblue.

dotfiles - dotfiles + debian setup

nixos-search - Search NixOS packages and options

devshell - Per project developer environments