An open API service indexing awesome lists of open source software.

https://github.com/j0shua-daniel/debian-setup

A script to set up debian.
https://github.com/j0shua-daniel/debian-setup

bash debian

Last synced: 11 months ago
JSON representation

A script to set up debian.

Awesome Lists containing this project

README

          

# Debian Setup
A script to set debian up to be minimal!

## Usage:
1. [Download Debian.](https://debian.org)
2. Run through the simple netinstaller, don't select anything inside the desktop selection.
3. Once rebooted and inside the tty install git.
4. `curl -o setup.sh https://raw.githubusercontent.com/j0shua-daniel/debian-setup/refs/heads/main/setup.sh`
5. `chmod +x setup.sh; sudo ./setup.sh`
6. Install any desktop you want!

### For Xfce:
```
sudo apt install xfce4 lightdm xorg xfce4-terminal
```
### For Mate:
```
sudo apt install mate xorg lightdm mate-terminal
```
### For i3
```
sudo apt install i3 xorg lightdm dmenu xterm
```