Skip to content

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

License

Notifications You must be signed in to change notification settings

fr-bl/setup-deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages