This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"alignment": "left", | |
"segments": [ | |
{ | |
"foreground": "lightYellow", | |
"style": "plain", | |
"template": "{{ .UserName }} ", |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------[ AIDA64 Extreme ]---------------------------------------------------------------------------------------------- | |
Version AIDA64 v5.97.4600 | |
Benchmark Module 4.3.784-x64 | |
Homepage http://www.aida64.com/ | |
Report Type Quick Report [ TRIAL VERSION ] | |
Computer ALMEIDA | |
Generator matal | |
Operating System Microsoft Windows 10 Pro 10.0.17134.228 (Win10 RS4) | |
Date 2018-08-22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
sudo apt update | |
sudo apt install -y git | |
sudo apt install -y automake | |
sudo apt install -y build-essential | |
sudo apt install -y pkg-config | |
sudo apt install -y libevent-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# newrez | |
# Marc Brumlik, Tailored Software Inc, tsi-inc@comcast.net | |
# up to v 0.8 | |
# use 'xrandr' to scale video output to the display | |
# v 0.9 |