8000 GitHub - jasperes/debian
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jasperes/debian

Repository files navigation

Debian Setup

Scripts to configure Debian SID.

Software

The strategy is to:

  • Use native packages minimally for core functionality to reduce conflicts
  • Install desktop software via Flatpak for library isolation and security
  • Manage common/daily tools using mise
  • Use AppImage and DEB files as last-resort alternatives
  • Source plugins directly from Git repositories
  • Install programs via script only when it's the optimal method

GPU Drivers

Separate installers are provided for AMD and NVIDIA:

  • AMD: Uses native Mesa drivers
  • NVIDIA: Uses proprietary drivers (Note: These are complex to install/maintain; full configuration not yet implemented)

Desktop Environment

Currently configured for GNOME with environment-specific settings.

Plugins

Script installs/configures plugins for:

  • VS Code
  • Zsh
  • GNOME extensions
  • Other tools

Dotfiles

System settings are managed entirely through dotfiles, installed and configured using RCM.

Requirements

Install make:

apt install make

Manual Usage

Execute:

make [options...]

View help:

make help

Script Usage

The setup can be installed via install.sh.

Manual Post-Installation Steps

GNOME Settings

  • Keyboard configuration
  • Monitor arrangement
  • Wallpaper selection
  • Power saving preferences
  • User avatar setup

GNOME Login (GDM)

nano /etc/gdm3/greeter.dconf-defaults
dpkg-reconfigure gdm3

GNOME Extensions

  • Open GNOME Tweaks
  • Configure extensions

Software Management

  • Disable automatic system updates

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0