mirror of
				https://github.com/mikaela/mikaela.github.io/
				synced 2025-11-04 08:37:23 +01:00 
			
		
		
		
	Compare commits
	
		
			4 Commits
		
	
	
		
			d73761f53d
			...
			dd8bf29001
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| dd8bf29001 | |||
| 931d8274ab | |||
| 05e632f6ec | |||
| 
						 | 
					b278483635 | 
							
								
								
									
										4
									
								
								.github/renovate.json5
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/renovate.json5
									
									
									
									
										vendored
									
									
								
							@ -1,6 +1,4 @@
 | 
			
		||||
/** @format */
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  extends: ["local>Mikaela/shell-things:.renovate-shared"],
 | 
			
		||||
  baseBranches: ["master", "lfs-media"],
 | 
			
		||||
  baseBranchPatterns: ["master", "lfs-media"],
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -76,7 +76,7 @@ repos:
 | 
			
		||||
        additional_dependencies: ["pyjson5"]
 | 
			
		||||
 | 
			
		||||
  - repo: https://github.com/fsfe/reuse-tool
 | 
			
		||||
    rev: v6.1.2
 | 
			
		||||
    rev: v6.2.0
 | 
			
		||||
    hooks:
 | 
			
		||||
      - id: reuse
 | 
			
		||||
        exclude: ^.cache\/.*$
 | 
			
		||||
@ -89,7 +89,7 @@ repos:
 | 
			
		||||
        language: system
 | 
			
		||||
 | 
			
		||||
  - repo: https://github.com/editorconfig-checker/editorconfig-checker.python
 | 
			
		||||
    rev: "3.4.0"
 | 
			
		||||
    rev: "3.4.1"
 | 
			
		||||
    hooks:
 | 
			
		||||
      - id: editorconfig-checker
 | 
			
		||||
        alias: ec
 | 
			
		||||
 | 
			
		||||
@ -205,7 +205,7 @@ bit...
 | 
			
		||||
sudo fedora-third-party enable
 | 
			
		||||
 | 
			
		||||
# Layer packages I need on top of the base image.
 | 
			
		||||
sudo rpm-ostree install android-tools celluloid cronie cronie-anacron darkman duperemove foot foot-terminfo gamescope git-lfs haveged iwd mangohud mosh mpv oidentd rng-tools setroubleshoot snapd sshguard steam-devices symlinks syncthing terminus-fonts-console tmux tor torsocks unbound zsh
 | 
			
		||||
sudo rpm-ostree install android-tools chromium cronie cronie-anacron duperemove foot foot-terminfo gamescope git-lfs iwd mangohud mosh mpv oidentd oxygen-cursor-themes rng-tools setroubleshoot snapd sshguard symlinks syncthing terminus-fonts-console tmux tor torsocks unbound zsh
 | 
			
		||||
 | 
			
		||||
# Enable automatic updates (check /etc/rpm-ostreed.conf for
 | 
			
		||||
# AutomaticUpdatePolicy=stage (or apply for automatic reboots at probably
 | 
			
		||||
@ -271,6 +271,10 @@ sudo rpm-ostree kargs --delete=rhgb --delete=quiet --delete=rootflags=subvol=roo
 | 
			
		||||
 | 
			
		||||
### Situational `rpm-ostree install`
 | 
			
		||||
 | 
			
		||||
- `chromium` although, mentioned above, may be unhappy should its configuration
 | 
			
		||||
  already exist before staging it. I am particularly suspicious of
 | 
			
		||||
  `/etc/{chromium,chromium-browser}`, which may be caused by my
 | 
			
		||||
  `init-browser-policies.bash` when executed too early.
 | 
			
		||||
- In general `neilalexander`'s yggdrasil copr makes life easier with
 | 
			
		||||
  `sudo rpm-ostree install yggdrasil`
 | 
			
		||||
- For ThinkPads: `sudo rpm-ostree install tlp tlp-rdw` is good for battery
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								package.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								package.json
									
									
									
									
										vendored
									
									
								
							@ -9,6 +9,6 @@
 | 
			
		||||
		"prettier-plugin-sh": "0.18.0",
 | 
			
		||||
		"prettier-plugin-toml": "2.0.6"
 | 
			
		||||
	},
 | 
			
		||||
	"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
 | 
			
		||||
	"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
 | 
			
		||||
	"prettier": "@aminda/global-prettier-config"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										10
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
										vendored
									
									
								
							@ -18,7 +18,7 @@ importers:
 | 
			
		||||
        version: 3.4.2(prettier@3.6.2)
 | 
			
		||||
      corepack:
 | 
			
		||||
        specifier: latest
 | 
			
		||||
        version: 0.34.0
 | 
			
		||||
        version: 0.34.2
 | 
			
		||||
      prettier:
 | 
			
		||||
        specifier: 3.6.2
 | 
			
		||||
        version: 3.6.2
 | 
			
		||||
@ -86,10 +86,10 @@ packages:
 | 
			
		||||
        integrity: sha512-wy3mC1x4ye+O+QkEinVJkPf5u2vsrDIYW9G7ZuwFl6v/Yu0LwUuT2POsb+NUWApebyxfkQq6+yDfRExbnI5rcw==,
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
  corepack@0.34.0:
 | 
			
		||||
  corepack@0.34.2:
 | 
			
		||||
    resolution:
 | 
			
		||||
      {
 | 
			
		||||
        integrity: sha512-8D9N/k9hDjoISCDGUzH2wBF0fJD49p3G7ifoEZcc0vhB7Py6r+Mc1SpJ8dvnWY/HMP95K60WkQbN7vgbUgXgpA==,
 | 
			
		||||
        integrity: sha512-pNlZwsxQ7W+Sgj5SMiTxwUMMv8rKqEetznMytt+LGW6uk/chZsLGRl1TIO7OjGIfCqkvqURB1yaTK5KzdEEeSA==,
 | 
			
		||||
      }
 | 
			
		||||
    engines: { node: ^20.10.0 || ^22.11.0 || >=24.0.0 }
 | 
			
		||||
    hasBin: true
 | 
			
		||||
@ -150,7 +150,7 @@ snapshots:
 | 
			
		||||
    dependencies:
 | 
			
		||||
      "@prettier/plugin-ruby": 4.0.4(prettier@3.6.2)
 | 
			
		||||
      "@prettier/plugin-xml": 3.4.2(prettier@3.6.2)
 | 
			
		||||
      corepack: 0.34.0
 | 
			
		||||
      corepack: 0.34.2
 | 
			
		||||
      prettier: 3.6.2
 | 
			
		||||
      prettier-plugin-nginx: 1.0.3
 | 
			
		||||
      prettier-plugin-sh: 0.18.0(prettier@3.6.2)
 | 
			
		||||
@ -181,7 +181,7 @@ snapshots:
 | 
			
		||||
    dependencies:
 | 
			
		||||
      regexp-to-ast: 0.5.0
 | 
			
		||||
 | 
			
		||||
  corepack@0.34.0: {}
 | 
			
		||||
  corepack@0.34.2: {}
 | 
			
		||||
 | 
			
		||||
  prettier-plugin-nginx@1.0.3: {}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user