2024-05-13 08:53:14 +02:00
2022-12-23 12:50:32 +01:00
Fix
2022-01-07 12:13:18 +01:00
2024-05-13 08:53:14 +02:00
FIX
2022-02-14 20:29:30 +01:00
RM
2022-01-17 19:00:14 +01:00
FIX
2022-02-14 20:29:30 +01:00
2022-11-23 18:53:06 +01:00
2023-07-26 20:54:52 +02:00
2023-07-26 17:45:01 +02:00

BSPwm Install - Martin Desktop Environment

An easy and quick way to get up and running in the BSPwm desktop environment with keybindings and some standard software such as polybar, pulseaudio, Google Chrome, firefox, nitrogen, libreoffice, inkscape, gimp, rawtherapee, darktable etc... Installation time depends on your internet speed, but in about 25 minutes Are you up and running with a full Debian with BSPwm.

BSPwm Install - Martin Desktop Environment

Debian Linux - Git + Install

Start the installation as regular users with SUDO rights from your home directory

Debian Install ISO - Non-free Firmware download link.:

https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/

Ventoy - Create one bootable USB, with multiple ISO files on it.

Just copy multiple ISO files to the USB drive and boot them directly, It's just such a great tool. Link.: https://www.ventoy.net/en/index.html

Remember to install Debian without the desktop environment.

After installation, Reboot the computer and login with your new user. Install Debian without Desktop Environment

installation gif run.:

Setup / Install GiF

And run this Command line to install everything.

Here is what the command line does, it installs the GIT package an goes to your home directory and clones the installation from git and runs the installation script afterwards.

sudo apt install -y git && cd ~ && git clone https://github.com/ITmail-dk/bspwm-install-ma-dte && . ~/bspwm-install-ma-dte/install.sh

Or you can do it line by line here, it's entirely up to you...

sudo apt install -y git

cd ~

git clone https://github.com/ITmail-dk/bspwm-install-ma-dte

. ~/bspwm-install-ma-dte/install.sh

Here are some shortcuts to get you started.

SUPER + ENTER = Kitty (Terminal)

SUPER + B = Google Chrome (Webbrowser)

SUPER + SHIFT + B = Firefox (Webbrowser)

SUPER + E = Thunar (File Browser)

SUPER + R = Rofi (Run launcher)

And the rest you can see under .config/sxhkd/sxhkdrc

Description
An easy way to get up and running quickly in this BSPwm desktop environment plus some standard programs such as polybar and keybindings... the recipe here is to move on once you have installed a base operating system, there are different versions for different systems see description.
Readme 69 MiB
Languages
Shell 94.5%
Sass 5.5%