All Projects → KevinThomas0 → debian-gaming-setup

KevinThomas0 / debian-gaming-setup

Licence: GPL-3.0 License
(GitLab Mirror) An interactive shell script for installing recommended tools to game efficiently on Debian

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to debian-gaming-setup

awesome-gnu-linux-gaming
A curated list of awesome GNU/Linux tips & tricks, games, tools, and resources - Mirrored from: https://gitlab.com/linuxcafefederation/awesome-gnu-linux-gaming.git
Stars: ✭ 135 (+938.46%)
Mutual labels:  gaming, linux-gaming
scripts
Collection of useful scripts for Linux (git, docker, LUKS, Archlinux...)
Stars: ✭ 36 (+176.92%)
Mutual labels:  debian, linux-shell
Conty
Easy to use unprivileged Linux container packed into a single portable executable
Stars: ✭ 198 (+1423.08%)
Mutual labels:  gaming, linux-gaming
cam-track
Windows, Unix, Raspberry Pi Computer python program to Track Camera X, Y Movements and Convert to Camera Pointing Position. Useful for Stabilization or Robotics Course Correction
Stars: ✭ 27 (+107.69%)
Mutual labels:  debian
ansible-role-daemonize
Ansible Role - Daemonize.
Stars: ✭ 14 (+7.69%)
Mutual labels:  debian
elf-auf-zwoelf
D3D11 wrapper library using Microsoft's D3D11On12 implementation
Stars: ✭ 31 (+138.46%)
Mutual labels:  gaming
bash-for-developers
🎓 Tutorial completo e em português para devs iniciantes de como usar o Bash e o Git.
Stars: ✭ 97 (+646.15%)
Mutual labels:  linux-shell
mtproxy autoinstaller
MTProxy autoinstaller for Ubuntu
Stars: ✭ 25 (+92.31%)
Mutual labels:  debian
zfs-installer
Shell script program that prepares ZFS on a system, and installs Linux
Stars: ✭ 137 (+953.85%)
Mutual labels:  debian
airgeddon deb packages
Useful related to airgeddon packages for Debian based Linux distributions
Stars: ✭ 22 (+69.23%)
Mutual labels:  debian
linux-dersleri.github.io
Linux Dokümantasyonu Web Platformu
Stars: ✭ 33 (+153.85%)
Mutual labels:  debian
sdwdate
Secure Distributed Web Date; privacy, anonymity and Tor friendly; console time fetcher and daemon; optional graphical user interface etc. Website: https://www.whonix.org/wiki/sdwdate
Stars: ✭ 28 (+115.38%)
Mutual labels:  debian
notion-linux
Native Notion packages for Linux
Stars: ✭ 887 (+6723.08%)
Mutual labels:  debian
ISPC-PHPCompiler
Compile and manage multiple PHP versions easily!
Stars: ✭ 35 (+169.23%)
Mutual labels:  debian
vzvol
vzvol is a general use ZFS zvol management tool, that handles creation, destruction, listing, and formatting with various FSes, in an easy to use single program
Stars: ✭ 27 (+107.69%)
Mutual labels:  debian
dfk
Interact with the contracts of DefiKingdoms
Stars: ✭ 74 (+469.23%)
Mutual labels:  gaming
GuiasLenguajes
Guías y Códigos de C, C++, HTML, PHP, Python, Ruby, Django, JavaScript, Jquery, MySQL, PostgreSQL, Nginx, Apache, Laravel, Comandos de GNU/Linux y muchos más para practicar y aprender.
Stars: ✭ 14 (+7.69%)
Mutual labels:  debian
darknet.py
darknet.py is a network application with no dependencies other than Python and Tor, useful to anonymize the traffic of linux servers and workstations.
Stars: ✭ 71 (+446.15%)
Mutual labels:  debian
mhw-dps-overlay
A Monster Hunter: World mod that displays your team's damage percentages and DPS in an overlay.
Stars: ✭ 41 (+215.38%)
Mutual labels:  gaming
kakaotalk-env
KakaoTalk Environment on Debian / Ubuntu Linux (데비안, 우분투 리눅스에서 카카오톡 설치 및 사용하기)
Stars: ✭ 45 (+246.15%)
Mutual labels:  debian

debian-gaming-setup

An interactive shell script for installing recommended tools to game efficiently on Debian.

pipeline status

Requirements

  • Debian 10 - Stable (Buster), Debian 11 - Testing (Bullseye), or Debian Unstable (Sid)
  • AMD64 (x86-64) CPU Architecture
  • For Nvidia GPUs: GeForce 8 through 300, 400, 500, and 600 and newer
  • For AMD GPUs: GCN 1.2 ("GCN 3rd generation") or newer. This is most chips released after June 2015[1]

Downloading the script

Running the script

  • Make the script executable: chmod +x debian-gaming-setup
  • Run the script with sudo permissions: sudo ./debian-gaming-setup

GUI mode (recommended for users not comfortable with the terminal)

If you prefer to have a graphical user interface:

  1. Install the zenity package: sudo apt install zenity
  2. Run the script with the gui flag: sudo ./debian-gaming-setup --gui

Testing

Tests are made using Bats (Bash Automated Testing System) and are ran inside a Debian Docker container

Running the tests (requires Docker)

  1. Clone the repo
  2. Add the submodules for testing: git submodule update --init --recursive
  3. Run the tests inside the docker container: docker build .

[1] Navi GPUs may have problems as they are very new. Debian Testing or Unstable is recommended for Navi GPUs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].