This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://docs.keyoxide.org/advanced/openpgp-proofs/
[Verifying my OpenPGP key: openpgp4fpr:BDB9E7284107317DAE0DA2619129BD07C3509CED]
# Nerd font installler | |
# Usage: python3 nerdfont_installer.py | |
# LICENSE | |
# Copyright 2022 Jeffrey Serio <hyperreal@fedoraproject.org> | |
# | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. |
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://docs.keyoxide.org/advanced/openpgp-proofs/
[Verifying my OpenPGP key: openpgp4fpr:BDB9E7284107317DAE0DA2619129BD07C3509CED]
Param ( | |
[Parameter(Mandatory = $True)][ValidateNotNull()][string]$wslName, | |
[Parameter(Mandatory = $True)][ValidateNotNull()][string]$fedoraRelVer, | |
[Parameter(Mandatory = $True)][ValidateNotNull()][string]$installationPath, | |
[Parameter(Mandatory = $True)][ValidateNotNull()][string]$username | |
) | |
# Check if required commands/programs are installed | |
if (-Not (Get-Command 7z.exe 2>$null)) { | |
Write-Output "💥 Cannot find 7z.exe. Please install 7zip first." |
#!/usr/bin/env python | |
# | |
# DESCRIPTION | |
# Search and open Firefox bookmarks from Rofi | |
# | |
# USAGE | |
# - Ensure the imported packages below are available to your Python interpreter. | |
# - Must have rofi installed (obviously) | |
# - Run script from command line as ./rofifox.py or set to activate with keyboard shortcut | |
# |
#!/usr/bin/env python3 | |
# | |
# AUTHOR Jeffrey Serio <hyperreal@fedoraproject.org> | |
# DATE 2022-05-14 | |
# VERSION 0.0.3 | |
# | |
# DESCRIPTION | |
# Python script that gets system info from a list of hosts and prints it into a | |
# lovely table. | |
# |