git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 7c036b645fc63d788d66fe44cc64c6a6e9023397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
## Content

### What is this?

*jango104* was a laptop inside a company. That said, it had been provided with a
Fedora installation that was kept up-to-date, and all configs and
setups are mirrored in this repository.

Cessation of operation. Most companies don't support Linux even for their
Linux-only employees (that is, even a VM running Windows for their professional
Microsoft-only enterprise software is often prohibited).

### Setup

#### Hardware

* HP EliteBook 840 G3
	* Intel Core i7-6500U @3100MHz
	* 16GiB RAM
	* 1x 512GiB SSD
* Docking Station occasionally used
* DisplayLink USB HDMI adaptor occasionally used
* Corsair padlock USB stick for data exchange, mountable by one user

#### Software

* **OS:** Fedora Workstation Edition (last: 28)
* **HDD:** 200GiB HD for OS, 250 for KVM/libvirt, all of which are enrypted LVMs (except
  /boot and the EFI partition)
	* Rescue for the original Windows kept intact, using about 20GiB
* **Desktop software:** i3-gaps (gregw's copr), xfce4-terminal, khal, timewarrior,
  taskwarrior, mutt (primary) + evolution (secondary), Vivaldi (primary) +
  Chromium (secondary), nextcloud+vdirsyncer, keepassxc, redshift

### Folders in this repository

#### ./documentation

This folder reflects the output of several commands investigating the FS
layout, the KVM layout, the installed packages, ... basically anything
*not* reflected in /etc config files etc. (lel) telling you how the
machine is set up.

#### ./fakeenv

The sole purpose of this folder is for any file tests (in this case, the Gitlab
CI Runner's invoked commands) to fake an environment where any tests will
*not* fail due to the docker container not having any sophisticated setup we
simply do not need there, and instead narrow down tests to actual failures
within the files. Hence, we present files which basically return 0.

See also the `cp` command in the .environ-prep script.

tl;dr: you don't need the fakeenv folder to set up anything existing in this
repository.

#### ./localfs

This folder includes any dedicated configuration file and similar files
distinguishing this system (there are many fedoras out there, but this is mine!™).

Basically I copy anything here that I consider relevant for yet another setup
like this (minus those that I may have forgotten *cough*).