Compare commits
18 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82ae7c0747 | ||
|
|
bf4c2c056b | ||
|
|
b890c26ec7 | ||
|
|
90bc6fe551 | ||
|
|
a8d6c1c7b8 | ||
|
|
1bee0c0491 | ||
|
|
86c793d780 | ||
|
|
ad6acc0dc8 | ||
|
|
1c4a2f7527 | ||
|
|
8b874e6e3e | ||
|
|
a5e19b0898 | ||
|
|
b00aa2ba0a | ||
|
|
afe19f9172 | ||
|
|
9381a0966c | ||
|
|
66166e0b1b | ||
|
|
4c60f54aa1 | ||
|
|
7b777890c6 | ||
|
|
f6a53409f2 |
1047 changed files with 120 additions and 631 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
|||
*~
|
||||
st
|
||||
fixscreens.sh
|
||||
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -4,9 +4,3 @@
|
|||
[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
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
#!/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,6 +1,3 @@
|
|||
HOME version (not server)
|
||||
---
|
||||
|
||||
Stuff.
|
||||
Stuff I use, which I continue to update
|
||||
* and then have to recreate on another box
|
||||
25
aliases
25
aliases
|
|
@ -1,30 +1,15 @@
|
|||
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() {
|
||||
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
|
||||
USER=$(whoami)
|
||||
sudo mkdir ${1}
|
||||
sudo chown ${USER}:${USER} ${1}
|
||||
}
|
||||
|
||||
randmac() {
|
||||
dd if=/dev/urandom bs=4096 count=1 2>/dev/null | sha1sum|sed 's/^\(..\)\(..\)\(..\)\(..\)\(..\).*$/02:\1:\2:\3:\4:\5/'
|
||||
dd status=none if=/dev/urandom bs=1k count=42|md5sum|sed 's/^\(..\)\(..\)\(..\)\(..\)\(..\).*$/02:\1:\2:\3:\4:\5/'
|
||||
}
|
||||
|
||||
randmacxen() {
|
||||
dd if=/dev/urandom bs=4096 count=1 2>/dev/null | sha1sum| sed 's/^\(..\)\(..\)\(..\).*$/00:16:3E:\1:\2:\3'/
|
||||
dd status=none if=/dev/urandom bs=1k count=42|md5sum|sed 's/^\(..\)\(..\)\(..\).*$/00:16:3E:\1:\2:\3'/
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/zsh
|
||||
~/bin/amigaterm2.sh 10 navy 80 orange green $@
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
#!/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
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
#!/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
3
badssh
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/zsh
|
||||
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "${@}"
|
||||
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
urxvtc -fn "xft:TopazPlus a600a1200a4000-:antialias=false" \
|
||||
-fi "xft:P0T\-NOoDLE" -fb "xft:mOsOul" -fbi "xft:Microknight" \
|
||||
+is -fg black \
|
||||
-bg lightgrey \
|
||||
-cr orange
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
urxvtc -fn "xft:TopazPlus a600a1200a4000-:antialias=false" \
|
||||
-fi "xft:P0T\-NOoDLE" -fb "xft:mOsOul" -fbi "xft:Microknight" \
|
||||
+is -fg yellow \
|
||||
-bg navy \
|
||||
-cr firebrick
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
#!/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
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/zsh
|
||||
cd /tmp/
|
||||
curl -o resolv.conf -L "https://api.opennicproject.org/geoip/?resolv&ipv=4"
|
||||
sudo mv resolv.conf /etc/
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,16 +0,0 @@
|
|||
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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