Code Monkey home page Code Monkey logo

dotfiles_public's Introduction

Overview

This public repository provides an example of how I organize my configuration of a Linux machine. The private version has two goals: first, to be able to restore a minimal setup on a new machine, and second, to track why I've made certain changes. Different branches can be used for different machines.

Although it started with just dotfiles, there are now three parts:

  1. Debian packages that I personally installed.
  2. Dotfiles, managed using stow.
  3. GNOME desktop environment configuration.

Layout

Folders prefixed with "_" are organizational folders. Other non-hidden folders are dotfiles. Please see the following READMEs:

Unimportant musings

Other things I've considered tracking

I haven't found it as necessary to track user-installed RPM packages, as I've found DNF outputs fewer false-positives than the various Debian package managers. Maybe I'll regret this, but for now I'm happy with it.

At the time of writing this there isn't a great way of distinguishing between requested and automatically installed snaps.

I tried making a git hook to track the output of snap changes, but it's annoyingly time sensitive. Maybe snap list would be a better approach, but I don't have enough snaps to really care right now.

My poorly researched opinion that no-one asked for

From what I've gathered, snaps have their drawbacks. Mainly being proprietary and forcefully auto-updating, with the latter being concerning due to supply-chain attacks. But snaps are sometimes the only easy way to install proprietary software, and the sandboxing is nice. Therefore my preference for installing software is loosely:

Trusted repository package > Flatpak > AppImage > Manually downloaded package > Snap > Building from source

If any of this is silly, tell me why! My primary concerns are ease of maintenance and security.

Shouldn't you just use NixOS or Nix?

I'd like to try them some day. It just seems a bit overkill at the moment.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.