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
SteamVR System Report created Sun Mar 03 17:15:31 2024 | |
<Report> | |
SteamVR Version: 2.3.5 (1706750902) | |
SteamVR Date: 2024-02-01 | |
Steam: Public | |
Steam Branch: | |
Steam AppID: 250820 | |
Tracking: lighthouse | |
OS: Linux version 6.6.18 (nixbld@localhost) (gcc (GCC) 13.2.0, GNU ld (GNU Binutils) 2.40) #1-NixOS SMP PREEMPT_DYNAMIC Fri Feb 23 08:25:28 UTC 2024 |
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
/* | |
* Darkens punctuation in JavaScript to reduce noise. | |
* Also tweaks JSON colors. | |
*/ | |
.tree-view { | |
} | |
.editor { |
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/sh | |
# Arch Linux Bootstrap Script | |
# | |
# See comments below for running | |
# | |
# Partition all of main drive | |
echo "n | |
p |
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 | |
# https://gist.github.com/2371406 | |
# version 0.1 - Not much error handling yet. | |
# version 0.2 - Added --edit command | |
# | |
# Add to ~/bin/pw and chmod +x it. | |
# See bottom of file for usage. | |
PASSWORD_FILE=~/Documents/.passwords.csv |