2025-09-27 18:51:05 +02:00
2025-09-27 17:59:45 +02:00
2025-05-09 22:13:38 +02:00
2025-09-11 11:16:27 +02:00
2025-05-19 16:10:52 +02:00
2025-08-08 00:06:11 +02:00
2024-10-10 23:23:25 +02:00
2025-03-08 17:36:36 +01:00
2024-11-24 22:35:14 +01:00
2025-06-18 21:14:02 +02:00
2025-04-26 08:25:16 +02:00
2025-04-24 22:07:47 +02:00
2024-11-24 22:35:14 +01:00
2025-09-05 10:07:23 +02:00
2025-05-14 07:03:31 +02:00
2025-05-17 23:05:51 +02:00
2025-05-19 10:11:46 +02:00
2025-09-11 10:11:43 +02:00
2025-09-05 10:07:23 +02:00
2025-09-27 18:51:05 +02:00
2025-05-19 16:10:52 +02:00
2025-09-27 18:24:01 +02:00

linuxbox

WSL Ubuntu

Script and dotfiles for setting up complete dev environment based on Ubuntu 22.04 (and 24.04)

If Win11 is used as main terminal/client then pleas configure following:

  • Windows Terminal (Preview)

  • Font: CodeNewRoman Nerd Font

  • Log in via SSH (or open desktop terminal)

  • Install git

sudo apt update && sudo apt -y install curl git
  • Install linuxbox
curl https://git.cmtec.se/cm/linuxbox/-/raw/main/update_wrapper.sh?ref_type=heads | bash -s 
  • exit session
  • Log in via SSH (or open desktop terminal)

Arch linux

Script and dotfiles for setting up complete dev environment based on Arch linux

  • Install Arch via archinstaller
  • Reboot
  • Install git
sudo pacman -S git
  • Install linuxbox
cd~
git clone https://git.cmtec.se/cm/linuxbox.git
linuxbox/update_arch.sh

Set theme for flatpak

Open flatseal and add following global ENV:

GTK_THEME=Adwaita:dark

Configure sunlight

Open sunlight config (application->desktop) and enter following to desktop app:

sh -c "hyprctl dispatch dpms on"
Description
No description provided
Readme 2 MiB
Languages
Shell 62.4%
Lua 16.4%
Python 14.9%
CSS 6.3%