Merge branch 'home' of gitlabrador.amigadns.com:truck/mahbinstuff into gitlabrador/home

This commit is contained in:
Sir Garbagetruck 2017-03-16 22:07:15 +02:00
commit 7d568f7398
911 changed files with 323 additions and 91 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
*~
st
fixscreens.sh

3
.gitmodules vendored
View file

@ -7,3 +7,6 @@
[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
View file

@ -0,0 +1,4 @@
#!/bin/zsh
F=`dmenu -l 18 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true' < /home/truck/bin/nflist`
C=`ls ~/bin/st* |dmenu -l 8 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true'`
${C} -f "${F}"

View file

@ -1,4 +1,4 @@
HOME (x/wayland) VERSION
HOME version (not server)
---
Stuff.
@ -7,24 +7,13 @@ Stuff I use, which I continue to update
* or have to copy from the work box
* or all sorts of similar loss of time/debugging.
DMG's fonts are here also ( http://www.trueschool.se )
DMG's fonts are here also ( http://www.trueschool.se ) - Powerline versions are just patched versions of these.
- Powerline versions are just patched versions of these.
Other fonts from Codeface project as well, PLUS the fonts from Viler's Px IBM
font series.
my "randterm" and "amigaterm2" term scripts (urxvt and st)
- a few other term launches (awesome menu/keylaunch)
- a script to launch surf from awesome with a list of url's
my "randterm" and "amigaterm2" term scripts (urxvt) + a few other term launches (awesome menu/keylaunch)
zshrc bits... now with zgen! \o/
- optional powerline for status (not included, install via pip --user )
- this generally gets put in ~/bin/ - some bits (like zshrc) needs to be moved to ~ . Fonts to .fonts obviously.
- git clone repo to ~/bin
- some bits (like zshrc) needs to be moved to ~ . Fonts to .fonts obviously.
tmux has been redone, and can optionally use powerline as the status.
and as I add stuff I may comment...

13
aliases
View file

@ -1 +1,14 @@
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}
}

View file

@ -1,8 +0,0 @@
#!/bin/zsh
cd ~/cower
rm -rf $1
cower -d $1
cd $1
$EDITOR PKGBUILD
makepkg -isc

BIN
fonts/3270-nf.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View 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.

BIN
fonts/Monoid-nf.ttf Normal file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show more