Compare commits
60 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef5edd28ca | ||
|
|
be46b812d4 | ||
|
|
a432309f54 | ||
|
|
a78bfce235 | ||
|
|
3c14538ef7 | ||
|
|
d9a9927cb7 | ||
|
|
08908faceb | ||
|
|
b51978af5c | ||
|
|
b95e87b636 | ||
|
|
0581c3b444 | ||
|
|
347e22f4e5 | ||
|
|
0610e7d276 | ||
|
|
c5daf31062 | ||
|
|
9f1e82dcbf | ||
|
|
f106b8bac5 | ||
|
|
7d568f7398 | ||
|
|
50de5332aa | ||
|
|
9dda19c629 | ||
|
|
3843a32436 | ||
|
|
a78f80b97e | ||
|
|
be3e02ca73 | ||
|
|
0f7f77f4f8 | ||
|
|
d4d9c0eef8 | ||
|
|
35da488ca6 | ||
|
|
b57f2022f1 | ||
|
|
7bc3bb276b | ||
|
|
0b88810761 | ||
|
|
9471accaec | ||
|
|
0b84b63f40 | ||
|
|
373f32d1cb | ||
|
|
b128319656 | ||
|
|
4fd1f6b2b8 | ||
|
|
a92c39c710 | ||
|
|
2434c12586 | ||
|
|
6951b01f08 | ||
|
|
aa802af016 | ||
|
|
1639a576f4 | ||
|
|
cc75e76c65 | ||
|
|
60e2cda632 | ||
|
|
512c3ac67c | ||
|
|
d7ce32a0e6 | ||
|
|
c1582d93fd | ||
|
|
5b9da06963 | ||
|
|
76bf54bfc4 | ||
|
|
974a5b8ac2 | ||
|
|
f80131bd7b | ||
|
|
636289b00c | ||
|
|
c499a3ee83 | ||
|
|
e49e00d0c5 | ||
|
|
4b03be6f49 | ||
|
|
b7ad7baa8e | ||
|
|
14f115f6b3 | ||
|
|
401bec6b93 | ||
|
|
8be6e3ef06 | ||
|
|
146edc1161 | ||
|
|
c51c8b5e1a | ||
|
|
2aea10e23d | ||
|
|
4b5fd8adf2 | ||
|
|
d4b94e6f16 | ||
|
|
3538b1dad2 |
1047 changed files with 631 additions and 120 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
*~
|
||||
st
|
||||
fixscreens.sh
|
||||
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -4,3 +4,9 @@
|
|||
[submodule "tmuxcompose"]
|
||||
path = tmuxcompose
|
||||
url = https://github.com/truck/tmuxcompose
|
||||
[submodule "fonts/codeface"]
|
||||
path = fonts/codeface
|
||||
url = https://github.com/chrissimpkins/codeface
|
||||
[submodule "powerline-shell"]
|
||||
path = powerline-shell
|
||||
url = https://github.com/banga/powerline-shell.git
|
||||
|
|
|
|||
4
NF_pick.sh
Executable file
4
NF_pick.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/zsh
|
||||
F=`dmenu -l 18 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true' < ~/bin/nflist`
|
||||
C=`ls ~/bin/st* |dmenu -l 8 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true'`
|
||||
${C} -f "${F}"
|
||||
|
|
@ -1,5 +1,8 @@
|
|||
HOME version (not server)
|
||||
---
|
||||
|
||||
Stuff.
|
||||
Stuff I use, which I continue to update
|
||||
Stuff I use, which I continue to update
|
||||
* and then have to recreate on another box
|
||||
* or have to copy from the work box
|
||||
* or all sorts of similar loss of time/debugging.
|
||||
25
aliases
25
aliases
|
|
@ -1,15 +1,30 @@
|
|||
ruler() { for s in '....^....|' '1234567890'; do w=${#s}; str=$( for (( i=1; $i<=$((($COLUMNS + $w) / $w )) ; i=$i+1 )); do echo -n $s; done ); str=$(echo $str | cut -c -$COLUMNS) ; echo $str; done; }
|
||||
|
||||
surftabbednoads() {
|
||||
http_proxy=192.168.42.5:8118 tabbed -r2 surf -e -a@Aa -BDfg
|
||||
}
|
||||
|
||||
surftabbed() {
|
||||
tabbed -r2 surf -e -a@Aa -BDfg
|
||||
}
|
||||
|
||||
mktruckdir() {
|
||||
USER=$(whoami)
|
||||
sudo mkdir ${1}
|
||||
sudo chown ${USER}:${USER} ${1}
|
||||
sudo mkdir ${1}
|
||||
sudo chown truck:truck ${1}
|
||||
}
|
||||
|
||||
shitwin() {
|
||||
xfreerdp2 /u:"Andrew Holland" +clipboard /jpeg /size:1918x1044 /v:192.168.1.92 /bpp:32
|
||||
}
|
||||
|
||||
firewall-ssh() {
|
||||
badssh -oKexAlgorithms=+diffie-hellman-group1-sha1 ntcadmin@77.86.234.126
|
||||
}
|
||||
|
||||
randmac() {
|
||||
dd status=none if=/dev/urandom bs=1k count=42|md5sum|sed 's/^\(..\)\(..\)\(..\)\(..\)\(..\).*$/02:\1:\2:\3:\4:\5/'
|
||||
dd if=/dev/urandom bs=4096 count=1 2>/dev/null | sha1sum|sed 's/^\(..\)\(..\)\(..\)\(..\)\(..\).*$/02:\1:\2:\3:\4:\5/'
|
||||
}
|
||||
|
||||
randmacxen() {
|
||||
dd status=none if=/dev/urandom bs=1k count=42|md5sum|sed 's/^\(..\)\(..\)\(..\).*$/00:16:3E:\1:\2:\3'/
|
||||
dd if=/dev/urandom bs=4096 count=1 2>/dev/null | sha1sum| sed 's/^\(..\)\(..\)\(..\).*$/00:16:3E:\1:\2:\3'/
|
||||
}
|
||||
|
|
|
|||
2
amigaterm.sh
Executable file
2
amigaterm.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/zsh
|
||||
~/bin/amigaterm2.sh 10 navy 80 orange green $@
|
||||
34
amigaterm2.sh
Executable file
34
amigaterm2.sh
Executable file
|
|
@ -0,0 +1,34 @@
|
|||
#!/bin/zsh
|
||||
# help shit
|
||||
if [[ $1 == '-h' ]]; then
|
||||
echo Help: $0 fontsize tintcolor fadepercent fadecolor cursorcolor extrashit
|
||||
else
|
||||
#TP="TopazPlus a600a1200a4000 for Powerline-$1"
|
||||
TP="xft:TopazPlus a500a1000a2000 for Powerline-${1}:antialias=false,xft:Symbola-${1}:antialias=false"
|
||||
PN="xft:P0T\-NOoDLE for Powerline-${1}"
|
||||
MS="xft:mOsOul for Powerline-${1}"
|
||||
MK="xft:MicroKnightPlus for Powerline-${1}"
|
||||
TINTCOLOR=$2
|
||||
FADEPERCENT=$3
|
||||
FADECOLOR=$4
|
||||
CURSORCOLOR=$5
|
||||
# get rid of these arguments so we can do the rest at the end
|
||||
shift 5
|
||||
echo urxvtc -fn \"${TP}\" -fi "${PN}" -fb \"${MS}\" -fbi \"${MK}\" \
|
||||
-tint \"${TINTCOLOR}\" -fade \"${FADEPERCENT}\" \
|
||||
-fadecolor \"${FADECOLOR}\" -cr \"${CURSORCOLOR}\" \
|
||||
-rv -tr -sb -sr -g 80x24 +is -tn \"xterm-256color\" $@
|
||||
|
||||
urxvtc -fn "${TP}" -fi "${PN}" -fb "${MS}" -fbi "${MK}" \
|
||||
-tint "${TINTCOLOR}" -fade "${FADEPERCENT}" \
|
||||
-fadecolor "${FADECOLOR}" -cr "${CURSORCOLOR}" \
|
||||
-rv -tr -sb -sr -g 80x24 +is -tn "xterm-256color" $@
|
||||
|
||||
if [[ $? != 0 ]]; then
|
||||
urxvtd -f -o
|
||||
urxvtc -fn "${TP}" -fi "${PN}" -fb "${MS}" -fbi "${MK}" \
|
||||
-tint "${TINTCOLOR}" -fade "${FADEPERCENT}" \
|
||||
-fadecolor "${FADECOLOR}" -cr "${CURSORCOLOR}" \
|
||||
-rv -tr -sb -sr -g 80x24 +is -tn "xterm-256color" $@
|
||||
fi
|
||||
fi
|
||||
34
amigaterm3.sh
Normal file
34
amigaterm3.sh
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
#!/bin/zsh
|
||||
# help shit
|
||||
if [[ $1 == '-h' ]]; then
|
||||
echo Help: $0 fontsize tintcolor fadepercent fadecolor cursorcolor extrashit
|
||||
else
|
||||
#TP="xft:TopazPlus a600a1200a4000-$1"
|
||||
TP="xft:TopazPlus a600a1200a4000-$1:antialias=false"
|
||||
PN="xft:P0T\-NOoDLE-$1"
|
||||
MS="xft:mOsOul-$1"
|
||||
MK="xft:Microknight-$1"
|
||||
TINTCOLOR=$2
|
||||
FADEPERCENT=$3
|
||||
FADECOLOR=$4
|
||||
CURSORCOLOR=$5
|
||||
# get rid of these arguments so we can do the rest at the end
|
||||
shift 5
|
||||
echo urxvtc -fn "$TP" -fi "$PN" -fb "$MS" -fbi "$MK" \
|
||||
-tint "$TINTCOLOR" -fade "$FADEPERCENT" \
|
||||
-fadecolor "$FADECOLOR" -cr "$CURSORCOLOR" \
|
||||
-rv -tr -sb -sr -g 80x24 +is -tn "xterm-256color" $@
|
||||
|
||||
urxvtc -fn "$TP" -fi "$PN" -fb "$MS" -fbi "$MK" \
|
||||
-tint "$TINTCOLOR" -fade "$FADEPERCENT" \
|
||||
-fadecolor "$FADECOLOR" -cr "$CURSORCOLOR" \
|
||||
-rv -tr -sb -sr -g 80x24 +is -tn "xterm-256color" $@
|
||||
|
||||
if [[ $? != 0 ]]; then
|
||||
urxvtd -f -o
|
||||
urxvtc -fn "$TP" -fi "$PN" -fb "$MS" -fbi "$MK" \
|
||||
-tint "$TINTCOLOR" -fade "$FADEPERCENT" \
|
||||
-fadecolor "$FADECOLOR" -cr "$CURSORCOLOR" \
|
||||
-rv -tr -sb -sr -g 80x24 +is -tn "xterm-256color" $@
|
||||
fi
|
||||
fi
|
||||
3
badssh
Executable file
3
badssh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/zsh
|
||||
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "${@}"
|
||||
|
||||
5
blgterm.sh
Executable file
5
blgterm.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
urxvtc -fn "xft:TopazPlus a600a1200a4000-:antialias=false" \
|
||||
-fi "xft:P0T\-NOoDLE" -fb "xft:mOsOul" -fbi "xft:Microknight" \
|
||||
+is -fg black \
|
||||
-bg lightgrey \
|
||||
-cr orange
|
||||
5
byterm.sh
Executable file
5
byterm.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
urxvtc -fn "xft:TopazPlus a600a1200a4000-:antialias=false" \
|
||||
-fi "xft:P0T\-NOoDLE" -fb "xft:mOsOul" -fbi "xft:Microknight" \
|
||||
+is -fg yellow \
|
||||
-bg navy \
|
||||
-cr firebrick
|
||||
6
db_background.sh
Executable file
6
db_background.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/zsh
|
||||
while true; do
|
||||
# feh --bg-scale -z --no-xinerama ~/DB-triple-7680x1600
|
||||
feh --bg-fill -z --no-xinerama ~/DB-triple-7680x1600
|
||||
sleep 1h
|
||||
done
|
||||
5
fixdns.sh
Executable file
5
fixdns.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/zsh
|
||||
cd /tmp/
|
||||
curl -o resolv.conf -L "https://api.opennicproject.org/geoip/?resolv&ipv=4"
|
||||
sudo mv resolv.conf /etc/
|
||||
|
||||
BIN
fonts/3270-nf.ttf
Normal file
BIN
fonts/3270-nf.ttf
Normal file
Binary file not shown.
BIN
fonts/Envy Code R PR7/Envy Code R Bold.ttf
Normal file
BIN
fonts/Envy Code R PR7/Envy Code R Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/Envy Code R PR7/Envy Code R Command Prompt.reg
Normal file
BIN
fonts/Envy Code R PR7/Envy Code R Command Prompt.reg
Normal file
Binary file not shown.
BIN
fonts/Envy Code R PR7/Envy Code R Italic.ttf
Normal file
BIN
fonts/Envy Code R PR7/Envy Code R Italic.ttf
Normal file
Binary file not shown.
BIN
fonts/Envy Code R PR7/Envy Code R.ttf
Normal file
BIN
fonts/Envy Code R PR7/Envy Code R.ttf
Normal file
Binary file not shown.
16
fonts/Envy Code R PR7/Read Me.txt
Normal file
16
fonts/Envy Code R PR7/Read Me.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Envy Code R (coding font) preview #7.2
|
||||
======================================
|
||||
Envy Code R is a fully-scalable monospaced font designed for programming and command prompts.
|
||||
|
||||
There are three variants including in the archive - Regular, Bold and Italic. A large number of additional symbols outside the ASCII range and provided which covers most of the Windows/ISO 1252 codepage, MacOS Roman and a number of other Central European pages.
|
||||
|
||||
This archive also contains a folder named 'Visual Studio Italics-as-bold' which contains the Regular and Italic fonts again with an alternate name of 'Envy Code R VS' and with the Italic variant set to identify itself as bold. This allows you to utilise italics within Visual Studio's syntax highlighter by choosing bold everywhere you want italics - great for comments or strings!
|
||||
|
||||
If you wish to use Envy Code R as a font for your Windows Command Prompt run the included .reg registry file and reboot, then choose Properties from the Command Prompt to set it.
|
||||
|
||||
Please send feedback to damien@envytech.co.uk and be sure to visit http://damieng.com/fonts/envy-code-r for updates and more information.
|
||||
|
||||
[)amien
|
||||
Damien Guard, May 2008.
|
||||
|
||||
Copyright © 2006-2008 Envy Technologies Ltd. Free to use but redistribution prohibited.
|
||||
Binary file not shown.
Binary file not shown.
BIN
fonts/FantasqueSansMonoNerdComplete.ttf
Normal file
BIN
fonts/FantasqueSansMonoNerdComplete.ttf
Normal file
Binary file not shown.
BIN
fonts/MicroKnightPlusPowerline.ttf
Normal file
BIN
fonts/MicroKnightPlusPowerline.ttf
Normal file
Binary file not shown.
BIN
fonts/MicroKnightPlus_v1.0.ttf
Normal file
BIN
fonts/MicroKnightPlus_v1.0.ttf
Normal file
Binary file not shown.
BIN
fonts/MicroKnight_v1.0.ttf
Normal file
BIN
fonts/MicroKnight_v1.0.ttf
Normal file
Binary file not shown.
BIN
fonts/Monoid-nf.ttf
Normal file
BIN
fonts/Monoid-nf.ttf
Normal file
Binary file not shown.
BIN
fonts/P0T-NOoDLE-Powerline.ttf
Normal file
BIN
fonts/P0T-NOoDLE-Powerline.ttf
Normal file
Binary file not shown.
BIN
fonts/P0T-NOoDLE_v1.0.ttf
Normal file
BIN
fonts/P0T-NOoDLE_v1.0.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_AMI_BIOS-2y.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_AMI_BIOS-2y.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_AMI_BIOS.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_AMI_BIOS.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ATI_8x14.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ATI_8x14.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ATI_8x16.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ATI_8x16.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ATI_8x8-2y.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ATI_8x8-2y.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ATI_8x8.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ATI_8x8.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ATI_9x14.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ATI_9x14.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ATI_9x16.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ATI_9x16.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ATI_SmallW_6x8.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ATI_SmallW_6x8.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ATT_PC6300-2x.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ATT_PC6300-2x.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ATT_PC6300.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ATT_PC6300.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_AmstradPC1512-2y.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_AmstradPC1512-2y.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_AmstradPC1512.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_AmstradPC1512.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_CompaqThin_8x14.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_CompaqThin_8x14.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_CompaqThin_8x16.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_CompaqThin_8x16.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_CompaqThin_8x8.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_CompaqThin_8x8.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_DTK_BIOS-2y.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_DTK_BIOS-2y.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_DTK_BIOS.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_DTK_BIOS.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_3270pc.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_3270pc.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_BIOS-2x.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_BIOS-2x.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_BIOS-2y.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_BIOS-2y.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_BIOS.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_BIOS.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_CGA-2y.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_CGA-2y.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_CGA.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_CGA.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_CGAthin-2y.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_CGAthin-2y.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_CGAthin.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_CGAthin.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_Conv-2x.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_Conv-2x.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_Conv-2y.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_Conv-2y.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_Conv.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_Conv.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_EGA8-2x.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_EGA8-2x.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_EGA8.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_EGA8.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_EGA9-2x.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_EGA9-2x.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_EGA9.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_EGA9.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_ISO8.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_ISO8.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_ISO9.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_ISO9.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_MDA.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_MDA.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_PGC-2x.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_PGC-2x.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_PGC.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_PGC.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_PS2thin1.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_PS2thin1.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_PS2thin2.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_PS2thin2.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_PS2thin3.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_PS2thin3.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_PS2thin4.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_PS2thin4.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_VGA8-2x.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_VGA8-2x.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_VGA8.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_VGA8.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_VGA9-2x.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_VGA9-2x.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_VGA9.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_IBM_VGA9.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ITT_BIOS-2y.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ITT_BIOS-2y.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ITT_BIOS.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ITT_BIOS.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_Kaypro2K.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_Kaypro2K.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_Kaypro2k-2y.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_Kaypro2k-2y.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_PhoenixEGA_8x14.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_PhoenixEGA_8x14.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_PhoenixEGA_8x16.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_PhoenixEGA_8x16.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_PhoenixEGA_8x8-2y.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_PhoenixEGA_8x8-2y.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_PhoenixEGA_8x8.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_PhoenixEGA_8x8.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_PhoenixEGA_9x14.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_PhoenixEGA_9x14.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_Phoenix_BIOS-2y.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_Phoenix_BIOS-2y.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_Phoenix_BIOS.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_Phoenix_BIOS.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_TandyNew_225-2y.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_TandyNew_225-2y.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_TandyNew_225.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_TandyNew_225.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_TandyNew_Mono.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_TandyNew_Mono.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_TandyNew_TV-2y.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_TandyNew_TV-2y.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_TandyNew_TV.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_TandyNew_TV.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_TandyOld_225-2y.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_TandyOld_225-2y.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_TandyOld_225.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_TandyOld_225.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_TandyOld_TV-2y.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_TandyOld_TV-2y.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_TandyOld_TV.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_TandyOld_TV.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ToshibaLCD_8x16.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ToshibaLCD_8x16.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ToshibaLCD_8x8.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_ToshibaLCD_8x8.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_VGA_SquarePx.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_VGA_SquarePx.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_VTech_BIOS-2y.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_VTech_BIOS-2y.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_VTech_BIOS.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_VTech_BIOS.ttf
Normal file
Binary file not shown.
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_Verite_8x14.ttf
Normal file
BIN
fonts/Px437 (TrueType - DOS charset)/Px437_Verite_8x14.ttf
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue