Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

ecarlson94/userspace

Repository files navigation

DEPRECATED in favor of using Devbox.

Bring Your Own Userspace (BYOB)

Dotfile & dev environment dependency management using Dotbot.

Quick uptime with containerized dotfiles and automated dependency installation on host.

If you want to view the dotfiles used within the container, please review ecarlson94/dotfiles.

The structure of this repository is heavily inspired by vsund and vbrandl.

Table of Contents

Dependencies

  • git
  • docker (automatically installed)

Installation

~$ git clone --recursive https://github.com/ecarlson94/userspace.git ~/.userspace
~$ cd ~/.userspace

For installing a predefined profile:

~/.userpsace$ ./install-profile <profile> [<configs...>]

See meta/profiles/ for available profiles

For installing single configurations:

~/.userpsace$ ./install-standalone <configs...>

See meta/configs/ for available configurations

Note: Any configuration can be run as sudo by adding -sudo to the end of it when invoking the install script. DO NOT run the script as a sudoer.

Post-Installation

You can run the above installation commands safely multiple times, if you think that helps with better installation.

Mac or Ubuntu Desktop

  1. Exit terminal
  2. Start Alacritty

WSL or headless linux

  1. Restart terminal
  2. Run zsh
  3. (WSL) Run compaudit | xargs chmod go-w

Contents

Profiles

meta/profiles
├── devcontainer
└── mac

License

This software is hereby released under an MIT License. That means you can do whatever you want with conditions only requiring preservation of copyright and license notices. See LICENSE for details.

About

Build dev container using dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages