🏳️⚧️
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
.actor.sheet .crb-style { | |
grid-template-columns: initial !important; | |
grid-template-areas: "header " "nav " "content" !important; | |
} | |
.actor.sheet .crb-style aside { | |
display: none !important; | |
/*border : 3px solid aqua;*/ | |
} | |
.actor.sheet .crb-style header.char-header { |
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 | |
# libalpine https://github.com/alpinelinux/alpine-conf/blob/master/libalpine.sh.in | |
PREFIX=@PREFIX@ | |
PROGRAM=$(basename $0) | |
: ${ROOT:=/} |
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
# vim:ft=zsh ts=2 sw=2 sts=2 | |
# | |
# agnoster's Theme - https://gist.github.com/3712874 | |
# A Powerline-inspired theme for ZSH | |
# | |
# # README | |
# | |
# In order for this theme to render correctly, you will need a | |
# [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts). | |
# Make sure you have a recent version: the code points that Powerline |
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
image: | |
distribution: "alpinelinux" | |
release: edge | |
source: | |
downloader: alpinelinux-http | |
same_as: 3.15 | |
url: http://dl-cdn.alpinelinux.org/alpine/ | |
keys: | |
- 0482D84022F52DF1C4E7CD43293ACD0907D9495A |
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 | |
ID=$(xinput -list | grep -i TI-84 | cut -f2 | cut -c4-) | |
setxkbmap -device $ID us | |
echo "Changed layout of Ti-84+ (Device $ID) to en_US" |
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
[Message: BepInEx] Chainloader ready | |
[Message: BepInEx] Chainloader started | |
[Info : BepInEx] 2 plugins to load | |
[Info : BepInEx] Loading [Nimbatus-Mods API 3.0.0] | |
[Info : BepInEx] Loading [Configuration Manager 16.1] | |
[Message: BepInEx] Chainloader startup complete | |
[Error : Unity Log] [Steamworks.NET] SteamAPI_Init() failed. Refer to Valve's documentation or the comment above this line for more information. |
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
{ | |
"Name": "Wacom FT-0405-U", | |
"DigitizerIdentifiers": [ | |
{ | |
"Width": 128.0, | |
"Height": 98.0, | |
"MaxX": 5104.0, | |
"MaxY": 3712.0, | |
"MaxPressure": 512, | |
"ActiveReportID": { |
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
InvalidOperationException: EntityManager cannot be used from this context job mode False != current mode True | |
Unity.Entities.EntityManager.GetCheckedEntityDataAccess () (at Library/PackageCache/com.unity.entities@0.10.0-preview.6/Unity.Entities/EntityManager.cs:67) | |
Unity.Entities.SystemState.Init (Unity.Entities.World world, System.Type managedType) (at Library/PackageCache/com.unity.entities@0.10.0-preview.6/Unity.Entities/ComponentSystemBase.cs:102) | |
Unity.Entities.ComponentSystemBase.CreateInstance (Unity.Entities.World world) (at Library/PackageCache/com.unity.entities@0.10.0-preview.6/Unity.Entities/ComponentSystemBase.cs:419) | |
Unity.Entities.World.AddSystem_OnCreate_Internal (Unity.Entities.ComponentSystemBase system) (at Library/PackageCache/com.unity.entities@0.10.0-preview.6/Unity.Entities/World.cs:417) | |
Unity.Entities.World.CreateSystemInternal (System.Type type) (at Library/PackageCache/com.unity.entities@0.10.0-preview.6/Unity.Entities/World.cs:357) | |
Unity.Entities.World.GetOrCreateSystem[T] () (at Li |
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
which git >/dev/null && ([[ -d ~/dotfiles ]] && \ | |
(echo "Updating dotfiles on %h ..." && cd ~/dotfiles && git pull && ./install >/dev/null) || \ | |
(echo "Installing dotfiles on %h ..." && git clone https://github.com/OmegaRogue/dotfiles-local -b pi && ./dotfiles/install >/dev/null)) |
NewerOlder