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.
Run the remote script to get started quickly.
source <(curl -sL git.new/setup-deb)
Download the repository.
git clone --depth=1 https://github.com/fr-bl/setup-deb
Run the script.
cd ./setup-deb
source run.sh
Run installed packages and binaries.
run code
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 to bin/
.
Place configs for ~/.configs/
in config/
.
Initialize again to apply the changes.