Commit 6fda7b3 1 parent fc17c30 commit 6fda7b3 Copy full SHA for 6fda7b3
File tree 3 files changed +20
-10
lines changed
3 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 1
1
# blue95   ; [ ![ bluebuild build badge] ( https://github.com/ledif/blue95/actions/workflows/build.yml/badge.svg )] ( https://github.com/ledif/blue95/actions/workflows/build.yml )
2
2
A workstation for your childhood home's computer room.
3
3
4
- Fedora Atomic Desktop variant using XFCE and Chicago95.
4
+ Fedora Atomic Desktop variant using XFCE and [ Chicago95] ( https://github.com/grassmunk/Chicago95 ) .
5
5
6
6
## Installation
7
7
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
3
+ set -xueo pipefail
4
+
5
+ cd /usr/src
6
+ git clone https://github.com/grassmunk/Chicago95.git chicago95
7
+
8
+ cd chicago95
9
+ cp -r Theme/Chicago95 /usr/share/themes/
10
+ cp -r Icons/* /usr/share/icons/
11
+ cp Fonts/vga_font/LessPerfectDOSVGA.ttf /usr/share/fonts
12
+ fc-cache -fv
Original file line number Diff line number Diff line change 1
1
---
2
2
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
3
3
name : blue95
4
- description : A workstation from your childhood home's computer room
4
+ description : A desktop from your childhood home's computer room
5
5
6
6
base-image : quay.io/fedora-ostree-desktops/xfce-atomic
7
7
image-version : 41 # latest is also supported if you want new updates ASAP
@@ -14,6 +14,12 @@ modules:
14
14
- source : system
15
15
destination : /
16
16
17
+ - type : script
18
+ scripts :
19
+ - 02-defaults.sh
20
+ - 10-install-appimages.sh
21
+ - 20-chicago95.sh
22
+
17
23
- type : rpm-ostree
18
24
install :
19
25
- neovim
@@ -24,20 +30,12 @@ modules:
24
30
- firefox
25
31
- firefox-langpacks
26
32
27
- - type : script
28
- scripts :
29
- - 02-defaults.sh
30
- - 10-install-appimages.sh
31
-
32
33
- type : default-flatpaks
33
34
notify : true # Send notification after install/uninstall is finished (true/false)
34
35
system :
35
36
# If no repo information is specified, Flathub will be used by default
36
37
install :
37
38
- org.mozilla.firefox
38
- - org.gnome.Loupe
39
- remove :
40
- - org.gnome.eog
41
39
user : {} # Also add Flathub user repo, but no user packages
42
40
43
41
- type : signing
You can’t perform that action at this time.
0 commit comments