laptop VS dotfiles

Compare laptop vs dotfiles and see what are their differences.

laptop

A shell script to set up a macOS laptop for web and mobile development. (by thoughtbot)

dotfiles

Mirror of https://git.sr.ht/~sirn/dotfiles (by sirn)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
laptop dotfiles
2 1
8,455 8
0.2% -
4.6 9.5
about 2 months ago 3 days ago
Shell Nix
MIT License -
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.

laptop

Posts with mentions or reviews of laptop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-12.
  • Mac setup for web & mobile development in 2022
    1 project | dev.to | 16 Sep 2022
    My last setup was nearly 100% covered by Thoughtbot's laptop script: https://github.com/thoughtbot/laptop. Now I am highly inspired by @rwieruch and his personal setup documented in a post from February: https://www.robinwieruch.de/mac-setup-web-development. I will combine "copying" system preferences from my iMac, updating my old script based on Thoughtbot's and picking additional highlights from Robin.
  • Show HN: We open sourced our new Mac developer setup script
    13 projects | news.ycombinator.com | 12 Dec 2021
    Nice work! I’ve used a similar script for Ruby dev (actually I use it as a reference rather than just running it, but still useful): https://github.com/thoughtbot/laptop

    The oldest commits on this script are 11 years old and nothing in the last year, which seems quite stable. At the same time I was able to ask an intern to just run it, and bam! they have everything they need installed.

    One use for it that surprised me was hearing a colleague saying that he reinstalls his OS after every change of client and runs the setup script again so there’s no fear of IP theft but also no downtime from having an unconfigured machine.

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-12.
  • Show HN: We open sourced our new Mac developer setup script
    13 projects | news.ycombinator.com | 12 Dec 2021
    Ha, I also have something similar[1], but I use a mix of profiles and flavors. I have two profiles: pkg for installing packages and user for configuring user profiles. Profiles are then broken down further with flavors: dev for development packages, desktop for desktop packages and configurations, and so on.

    I found it highly amusing that we're taking similar approaches for a lot of things: a wrapper function for sudo and fetch, and OS detection (especially the appending WSL suffix part). Mine is not as idempotent as yours, and having a per-package definition is still in my TODO list, though.

    [1]: https://github.com/sirn/dotfiles

What are some alternatives?

When comparing laptop and dotfiles you can also consider the following projects:

setup-new-computer-script - This script will help with the quick setup and installation of tools and applications for new developers at Vendasta.

computer.setup - Ansible to get set go faster

puppet-boxen - Boxen's fundamental modules and types.

dotfiles - :wrench: .files, including ~/.macos — sensible hacker defaults for macOS

mac-dev-playbook - Mac setup and configuration via Ansible.

direnv - unclutter your .profile

dotfiles - A cross-platform, modular dotfiles installer for my personal setup

install-computer