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.
- Host: GitHub
- URL: https://github.com/j0shua-daniel/debian-setup
- Owner: j0shua-daniel
- Created: 2024-12-17T08:42:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T08:51:31.000Z (over 1 year ago)
- Last Synced: 2025-04-15T09:45:16.459Z (about 1 year ago)
- Topics: bash, debian
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```