From bd53f4fb9946a2a5dae7c82f54217d9da458c3a4 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 2 Nov 2022 23:00:56 +0000 Subject: [PATCH] Update README.md --- .github/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/README.md b/.github/README.md index 46a094f..1897c5f 100644 --- a/.github/README.md +++ b/.github/README.md @@ -59,7 +59,7 @@ Variable | Location ### Containerized Userspace -You can also containerize your dotfiles, meaning with a single command, you can spin up a fresh virtual environment on any system, and immediately feel right at home with all your packages and configurations. +You can also containerize your dotfiles, meaning with a single command, you can spin up a fresh virtual environment on any system, and immediately feel right at home with all your configurations, packages, aliases and utils. This is awesome for a number of reasons: 1) Super minimal dependency installation on the host 2) Blazing fast, as you can pull your built image from a registry, instead of compiling everything locally 3) Cross-platform compatibility, whatever your host OS is, you can always have a familiar Linux system in the container 4) Security, you can control which host resources are accessible within each container @@ -261,8 +261,6 @@ The install script can accept several flags and environmental variables to confi The locations for all symlinks are defined in [`symlinks.yaml`](https://github.com/Lissy93/dotfiles/blob/master/symlinks.yaml). These are managed using [Dotbot](https://github.com/anishathalye/dotbot), and will be applied whenever you run the [`install.sh`](https://github.com/Lissy93/dotfiles/blob/master/install.sh) script. The symlinks set locations based on XDG paths, all of which are defined in [`.zshenv`](https://github.com/Lissy93/dotfiles/blob/master/zsh/.zshenv). -The bootstrap configurations are idempotent (and so the installer can be run multiple times without causing any problems). - --- ### Aliases