Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.11 KB

README.md

File metadata and controls

63 lines (38 loc) · 1.11 KB

Setup Debian

Shell scripts to quickly setup packages and binaries for a non-root Debian user.

Warning

This is no longer maintained due to missing dependency-resolution. Check out nix-los for the spiritual successor based on Nix.

Quick setup

Run the remote script to get started quickly.

source <(curl -sL git.new/setup-deb)

Manual setup

Installation

Download the repository.

git clone --depth=1 https://github.com/fr-bl/setup-deb

Initialization

Run the script.

cd ./setup-deb
source run.sh

Usage

Run installed packages and binaries.

run code

Configuration

Install packages

Place .deb packages in pkgs/. You can download them from the respective download pages, like VSCode's or download them from apt.

apt-get download <PACKAGE NAME>

Add binaries

Add binaries to bin/.

Apply configs

Place configs for ~/.configs/ in config/.

Apply Configuration

Initialize again to apply the changes.