linuxbox/README.md

48 lines
1.1 KiB
Markdown

# 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
```bash
sudo apt update && sudo apt -y install curl git
```
* Install linuxbox
```bash
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
```bash
sudo pacman -S git
```
* Install linuxbox
```bash
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"
```