diff --git a/.abcde.conf b/.abcde.conf new file mode 100644 index 0000000..2e9cfc2 --- /dev/null +++ b/.abcde.conf @@ -0,0 +1,103 @@ +# -----------------$HOME/.abcde.conf----------------- # +# +# configuration file to convert music cds to mp3s +# +# dependencies not installed with apt-get install abcde +# - eyeD3 (req) +# - normalize-audio (optional) +# +# --------------------------------------------------- # +# +# Check for installed software +# CD Paranoia +if [ ! "$(command -v cdparanoia)" ]; then + echo "CD Paranoia not found. Exiting." + exit 1 +fi +# CD-DiscID +if [ ! "$(command -v cd-discid)" ]; then + echo "CD-DiscID not found. Exiting" + exit 1 +fi +# LAME Encoder +if [ ! "$(command -v lame)" ]; then + echo "LAME Encoder not found. Exiting" + exit 1 +fi +# eyeD3 +if [ ! "$(command -v eyeD3)" ];then + echo "Eye3D not found. Exiting" + exit 1 +fi +# Normalize-audio +if [ "$(command -v normalize-audio)" ]; then + NORMALIZERSYNTAX='default' +else + echo "Normalize-Audio not found. Proceeding anyway." +fi + +# Specify the encoder to use for MP3. In this case +# the alternatives are gogo, bladeenc, l3enc, xingmp3enc, mp3enc. +MP3ENCODERSYNTAX=lame +# Specify the path to the selected encoder. In most cases the encoder +# should be in your $PATH as I illustrate below, otherwise you will +# need to specify the full path. For example: /usr/bin/lame +LAME=lame + +# Specify your required encoding options here. Multiple options can +# be selected as '--preset standard --another-option' etc. +LAMEOPTS='--preset standard' +# Output type for MP3. +OUTPUTTYPE="mp3" + +# The cd ripping program to use. There are a few choices here: cdda2wav, +# dagrab, cddafs (Mac OS X only) and flac. +CDROMREADERSYNTAX=cdparanoia + +# Give the location of the ripping program and pass any extra options: +CDPARANOIA=cdparanoia +CDPARANOIAOPTS="--never-skip=40" + +# Give the location of the CD identification program: +CDDISCID=cd-discid + +# Give the base location here for the encoded music files. +OUTPUTDIR="$HOME/Music/" +if [ -d "${OUTPUTDIR}" ]; then + echo "creating destination ${OUTPUTDIR}" +fi + +# The default actions that abcde will take. +if [ -z ${NORMALIZERSYNTAX+x} ]; then + ACTIONS=cddb,playlist,read,encode,tag,move,clean +else + ACTIONS=cddb,playlist,read,encode,normalize,tag,move,clean +fi + +# Decide here how you want the tracks labelled for a standard 'single-artist', +# multi-track encode and also for a multi-track, 'various-artist' encode: +OUTPUTFORMAT='${ARTISTFILE} - ${YEAR} - ${ALBUMFILE}/${ARTISTFILE} - ${TRACKNUM} - ${TRACKFILE}' +VAOUTPUTFORMAT='${ALBUMFILE} - (${YEAR})/${TRACKNUM} - ${ARTISTFILE} - ${TRACKFILE}' + +# Decide here how you want the tracks labelled for a standard 'single-artist', +# single-track encode and also for a single-track 'various-artist' encode. +# (Create a single-track encode with 'abcde -1' from the commandline.) +ONETRACKOUTPUTFORMAT='${ARTISTFILE} - ${TRACKFILE}' +VAONETRACKOUTPUTFORMAT='${ALBUMFILE}- ${TRACKFILE}' + +# Create playlists for single and various-artist encodes. I would suggest +# commenting these out for single-track encoding. +PLAYLISTFORMAT='${ARTISTFILE} - ${YEAR} - ${ALBUMFILE}/${ARTISTFILE} - ${YEAR} - ${ALBUMFILE}.m3u' +VAPLAYLISTFORMAT='${ALBUMFILE}/${ALBUMFILE} - ${YEAR}.m3u' + +# Put spaces in the filenames instead of the more correct underscores: +mungefilename () +{ + echo "$@" | sed s,:,-,g | tr / _ | tr -d \'\"\?\[:cntrl:\] +} + +# What extra options? +MAXPROCS=2 # Run a few encoders simultaneously +PADTRACKS=y # Makes tracks 01 02 not 1 2 +EXTRAVERBOSE=y # Useful for debugging +EJECTCD=y # Please eject cd when finished :-) diff --git a/.conkyrc b/.conkyrc new file mode 100644 index 0000000..b3a4bc5 --- /dev/null +++ b/.conkyrc @@ -0,0 +1,79 @@ +conky.config = { + font = 'Hack:size=10', + default_color = '#ffffff', + + use_xft = true, + alignment = 'top_right', + + own_window_class = 'Conky', + own_window = true, + own_window_argb_visual = true, + own_window_type = 'normal', + own_window_transparent = true, + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + + xftalpha = 0.8, + double_buffer = true, + draw_shades = false, + draw_outline = false, + draw_borders = false, + stippled_borders = 10, + border_margin = '1', + border_width = 1, + default_shade_color = 'grey', + default_outline_color = 'black', + use_spacer = 'none', + no_buffers = true, + uppercase = false, + +-- gap_x 1425 +-- gap_y 25 + + color1 = '#779977', + color2 = '#9933CC', + color3 = '#669900', + color4 = '#FF8800', + color5 = '#CCCCCC', + color6 = '#AAAAAA', + color7 = '#DDDDDD', + +}; + +conky.text = [[ +NETWORK ${hr} +${color1}LAN${color0}${alignr}${addr enp0s25} +${color1}WLAN${color0}${alignr}${addr wlp12s0} +${color1}SSID${color0}${alignr}${wireless_essid wlp12s0} +${color1}Public${color0}${alignr}${execi 3600 wget -q -O /dev/stdout http://checkip.dyndns.org/ | cut -d : -f 2- | cut -d \< -f -1} + +FILE SYSTEM ${hr} +${color1}${fs_bar 22 /home} +${color7}${voffset -25}${offset 5}${color7}ROOT${alignr 5}$color${fs_free /} +${color1}${fs_bar 22 /} +${color7}${voffset -25}${offset 5}${color7}HOME${alignr 5}$color${fs_free /home} +#${color1}${fs_bar 22 /mnt/media} +#${color7}${voffset -25}${offset 5}${color7}MEDIA${alignr 5}$color${fs_free /mnt/media} + +STATS ${hr} +${color1}Uptime${color0} ${alignr}${uptime_short} +${color1}Battery${color0} ${alignr}${battery}${alignc} +${color1}${membar 22} +${color7}${voffset -25}${offset 5}${color7}MEM${alignr 5} +${color1}${cpubar 22 cpu0} +${color7}${voffset -25}${offset 5}${color7}CPU0${alignr 5} +${color1}${cpubar 22 cpu1} +${color7}${voffset -25}${offset 5}${color7}CPU1${alignr 5} + +PROCESSES ${hr} +NAME $alignr PID CPU +${top name 1} $alignr ${top pid 1} ${top cpu 1} +${top name 2} $alignr ${top pid 2} ${top cpu 2} +${top name 3} $alignr ${top pid 3} ${top cpu 3} +${top name 4} $alignr ${top pid 4} ${top cpu 4} +${top name 5} $alignr ${top pid 5} ${top cpu 5} + +${color1}System Temperature${color0} $alignr${hwmon temp 1}°c +${voffset -20} + + +]]; diff --git a/.crawlrc b/.crawlrc new file mode 100644 index 0000000..6e17d74 --- /dev/null +++ b/.crawlrc @@ -0,0 +1,71 @@ +tile_full_screen = false + +############# +# Autofight # +############# + +# Don't throw stuff for no reason +autofight_throw = true +autofight_throw_nomove = true + +# Prevent me from tab-fighting to death below 50% HP +autofight_stop = 50 + +############## +# Autopickup # +############## + +# Used +# $ = gold +# ? = scroll +# ! = potion +# : = book +# " = amulet +# / = wand +# % = food +# | = staves and rods +autopickup += $?!:"/%| + +# Unused +# ) = weapon +# ( = missiles +# [ = armour +# } = miscellaneous + +# Secondary Armour Auto-Pickup +{ +add_autopickup_func(function(item, name) + if item.class(true) == "armour" then + local good_slots = {cloak="Cloak", helmet="Helmet", gloves="Gloves", boots="Boots"} + sub_type, _ = item.subtype() + + if (good_slots[sub_type] ~= nil) and (items.equipped_at(good_slots[sub_type]) == nil) then + return true + end + + return false + end + end) +} + +drop_mode += multi +pickup_mode += multi +default_friendly_pickup += all + +########## +# Travel # +########## + +# Set travel delay to -1 for instant-travel, leaving it at 1 to see travel paths currently +travel_delay = 1 +show_travel_trail = true + +explore_stop = items,greedy_items,greedy_pickup,greedy_pickup_gold +explore_stop += greedy_visited_item_stack,stairs,shops,altars,gates +explore_stop += greedy_sacrificeable + +trapwalk_safe_hp = dart:20,needle:25,arrow:25,bolt:30,spear:20,axe:40,blade:50 + +runrest_ignore_poison = 2:10 +runrest_ignore_monster += butterfly:1 + diff --git a/.dosbox/dosbox-0.74.conf b/.dosbox/dosbox-0.74.conf new file mode 100644 index 0000000..bc604e4 --- /dev/null +++ b/.dosbox/dosbox-0.74.conf @@ -0,0 +1,243 @@ +# This is the configurationfile for DOSBox 0.74. (Please use the latest version of DOSBox) +# Lines starting with a # are commentlines and are ignored by DOSBox. +# They are used to (briefly) document the effect of each option. + +[sdl] +# fullscreen: Start dosbox directly in fullscreen. (Press ALT-Enter to go back) +# fulldouble: Use double buffering in fullscreen. It can reduce screen flickering, but it can also result in a slow DOSBox. +# fullresolution: What resolution to use for fullscreen: original or fixed size (e.g. 1024x768). +# Using your monitor's native resolution with aspect=true might give the best results. +# If you end up with small window on a large screen, try an output different from surface. +# windowresolution: Scale the window to this size IF the output device supports hardware scaling. +# (output=surface does not!) +# output: What video system to use for output. +# Possible values: surface, overlay, opengl, openglnb. +# autolock: Mouse will automatically lock, if you click on the screen. (Press CTRL-F10 to unlock) +# sensitivity: Mouse sensitivity. +# waitonerror: Wait before closing the console if dosbox has an error. +# priority: Priority levels for dosbox. Second entry behind the comma is for when dosbox is not focused/minimized. +# pause is only valid for the second entry. +# Possible values: lowest, lower, normal, higher, highest, pause. +# mapperfile: File used to load/save the key/event mappings from. Resetmapper only works with the defaul value. +# usescancodes: Avoid usage of symkeys, might not work on all operating systems. + +fullscreen=false +fulldouble=false +fullresolution=original +windowresolution=1024x576 +output=overlay +autolock=true +sensitivity=100 +waitonerror=true +priority=higher,normal +mapperfile=mapper-0.74.map +usescancodes=true + +[dosbox] +# language: Select another language file. +# machine: The type of machine tries to emulate. +# Possible values: hercules, cga, tandy, pcjr, ega, vgaonly, svga_s3, svga_et3000, svga_et4000, svga_paradise, vesa_nolfb, vesa_oldvbe. +# captures: Directory where things like wave, midi, screenshot get captured. +# memsize: Amount of memory DOSBox has in megabytes. +# This value is best left at its default to avoid problems with some games, +# though few games might require a higher value. +# There is generally no speed advantage when raising this value. + +language= +machine=svga_s3 +captures=capture +memsize=16 + +[render] +# frameskip: How many frames DOSBox skips before drawing one. +# aspect: Do aspect correction, if your output method doesn't support scaling this can slow things down!. +# scaler: Scaler used to enlarge/enhance low resolution modes. +# If 'forced' is appended, then the scaler will be used even if the result might not be desired. +# Possible values: none, normal2x, normal3x, advmame2x, advmame3x, advinterp2x, advinterp3x, hq2x, hq3x, 2xsai, super2xsai, supereagle, tv2x, tv3x, rgb2x, rgb3x, scan2x, scan3x. + +frameskip=0 +aspect=true +scaler=normal2x + +[cpu] +# core: CPU Core used in emulation. auto will switch to dynamic if available and appropriate. +# Possible values: auto, dynamic, normal, simple. +# cputype: CPU Type used in emulation. auto is the fastest choice. +# Possible values: auto, 386, 386_slow, 486_slow, pentium_slow, 386_prefetch. +# cycles: Amount of instructions DOSBox tries to emulate each millisecond. +# Setting this value too high results in sound dropouts and lags. +# Cycles can be set in 3 ways: +# 'auto' tries to guess what a game needs. +# It usually works, but can fail for certain games. +# 'fixed #number' will set a fixed amount of cycles. This is what you usually need if 'auto' fails. +# (Example: fixed 4000). +# 'max' will allocate as much cycles as your computer is able to handle. +# +# Possible values: auto, fixed, max. +# cycleup: Amount of cycles to decrease/increase with keycombo.(CTRL-F11/CTRL-F12) +# cycledown: Setting it lower than 100 will be a percentage. + +core=auto +cputype=auto +cycles=auto +cycleup=10 +cycledown=20 + +[mixer] +# nosound: Enable silent mode, sound is still emulated though. +# rate: Mixer sample rate, setting any device's rate higher than this will probably lower their sound quality. +# Possible values: 44100, 48000, 32000, 22050, 16000, 11025, 8000, 49716. +# blocksize: Mixer block size, larger blocks might help sound stuttering but sound will also be more lagged. +# Possible values: 1024, 2048, 4096, 8192, 512, 256. +# prebuffer: How many milliseconds of data to keep on top of the blocksize. + +nosound=false +rate=44100 +blocksize=1024 +prebuffer=20 + +[midi] +# mpu401: Type of MPU-401 to emulate. +# Possible values: intelligent, uart, none. +# mididevice: Device that will receive the MIDI data from MPU-401. +# Possible values: default, win32, alsa, oss, coreaudio, coremidi, none. +# midiconfig: Special configuration options for the device driver. This is usually the id of the device you want to use. +# See the README/Manual for more details. + +mpu401=intelligent +mididevice=default +midiconfig= + +[sblaster] +# sbtype: Type of Soundblaster to emulate. gb is Gameblaster. +# Possible values: sb1, sb2, sbpro1, sbpro2, sb16, gb, none. +# sbbase: The IO address of the soundblaster. +# Possible values: 220, 240, 260, 280, 2a0, 2c0, 2e0, 300. +# irq: The IRQ number of the soundblaster. +# Possible values: 7, 5, 3, 9, 10, 11, 12. +# dma: The DMA number of the soundblaster. +# Possible values: 1, 5, 0, 3, 6, 7. +# hdma: The High DMA number of the soundblaster. +# Possible values: 1, 5, 0, 3, 6, 7. +# sbmixer: Allow the soundblaster mixer to modify the DOSBox mixer. +# oplmode: Type of OPL emulation. On 'auto' the mode is determined by sblaster type. All OPL modes are Adlib-compatible, except for 'cms'. +# Possible values: auto, cms, opl2, dualopl2, opl3, none. +# oplemu: Provider for the OPL emulation. compat might provide better quality (see oplrate as well). +# Possible values: default, compat, fast. +# oplrate: Sample rate of OPL music emulation. Use 49716 for highest quality (set the mixer rate accordingly). +# Possible values: 44100, 49716, 48000, 32000, 22050, 16000, 11025, 8000. + +sbtype=sb16 +sbbase=220 +irq=7 +dma=1 +hdma=5 +sbmixer=true +oplmode=auto +oplemu=default +oplrate=44100 + +[gus] +# gus: Enable the Gravis Ultrasound emulation. +# gusrate: Sample rate of Ultrasound emulation. +# Possible values: 44100, 48000, 32000, 22050, 16000, 11025, 8000, 49716. +# gusbase: The IO base address of the Gravis Ultrasound. +# Possible values: 240, 220, 260, 280, 2a0, 2c0, 2e0, 300. +# gusirq: The IRQ number of the Gravis Ultrasound. +# Possible values: 5, 3, 7, 9, 10, 11, 12. +# gusdma: The DMA channel of the Gravis Ultrasound. +# Possible values: 3, 0, 1, 5, 6, 7. +# ultradir: Path to Ultrasound directory. In this directory +# there should be a MIDI directory that contains +# the patch files for GUS playback. Patch sets used +# with Timidity should work fine. + +gus=false +gusrate=44100 +gusbase=240 +gusirq=5 +gusdma=3 +ultradir=C:\ULTRASND + +[speaker] +# pcspeaker: Enable PC-Speaker emulation. +# pcrate: Sample rate of the PC-Speaker sound generation. +# Possible values: 44100, 48000, 32000, 22050, 16000, 11025, 8000, 49716. +# tandy: Enable Tandy Sound System emulation. For 'auto', emulation is present only if machine is set to 'tandy'. +# Possible values: auto, on, off. +# tandyrate: Sample rate of the Tandy 3-Voice generation. +# Possible values: 44100, 48000, 32000, 22050, 16000, 11025, 8000, 49716. +# disney: Enable Disney Sound Source emulation. (Covox Voice Master and Speech Thing compatible). + +pcspeaker=true +pcrate=44100 +tandy=auto +tandyrate=44100 +disney=true + +[joystick] +# joysticktype: Type of joystick to emulate: auto (default), none, +# 2axis (supports two joysticks), +# 4axis (supports one joystick, first joystick used), +# 4axis_2 (supports one joystick, second joystick used), +# fcs (Thrustmaster), ch (CH Flightstick). +# none disables joystick emulation. +# auto chooses emulation depending on real joystick(s). +# (Remember to reset dosbox's mapperfile if you saved it earlier) +# Possible values: auto, 2axis, 4axis, 4axis_2, fcs, ch, none. +# timed: enable timed intervals for axis. Experiment with this option, if your joystick drifts (away). +# autofire: continuously fires as long as you keep the button pressed. +# swap34: swap the 3rd and the 4th axis. can be useful for certain joysticks. +# buttonwrap: enable button wrapping at the number of emulated buttons. + +joysticktype=auto +timed=true +autofire=false +swap34=false +buttonwrap=false + +[serial] +# serial1: set type of device connected to com port. +# Can be disabled, dummy, modem, nullmodem, directserial. +# Additional parameters must be in the same line in the form of +# parameter:value. Parameter for all types is irq (optional). +# for directserial: realport (required), rxdelay (optional). +# (realport:COM1 realport:ttyS0). +# for modem: listenport (optional). +# for nullmodem: server, rxdelay, txdelay, telnet, usedtr, +# transparent, port, inhsocket (all optional). +# Example: serial1=modem listenport:5000 +# Possible values: dummy, disabled, modem, nullmodem, directserial. +# serial2: see serial1 +# Possible values: dummy, disabled, modem, nullmodem, directserial. +# serial3: see serial1 +# Possible values: dummy, disabled, modem, nullmodem, directserial. +# serial4: see serial1 +# Possible values: dummy, disabled, modem, nullmodem, directserial. + +serial1=dummy +serial2=dummy +serial3=disabled +serial4=disabled + +[dos] +# xms: Enable XMS support. +# ems: Enable EMS support. +# umb: Enable UMB support. +# keyboardlayout: Language code of the keyboard layout (or none). + +xms=true +ems=true +umb=true +keyboardlayout=auto + +[ipx] +# ipx: Enable ipx over UDP/IP emulation. + +ipx=false + +[autoexec] +# Lines in this section will be run at startup. +# You can put your MOUNT lines here. + +mount c /home/chawley/Games/dosbox diff --git a/.elinks/.gitignore b/.elinks/.gitignore new file mode 100644 index 0000000..bbdba1d --- /dev/null +++ b/.elinks/.gitignore @@ -0,0 +1,3 @@ +cookies +globhist +gotohist diff --git a/.elinks/bookmarks b/.elinks/bookmarks new file mode 100644 index 0000000..3b52503 --- /dev/null +++ b/.elinks/bookmarks @@ -0,0 +1,2 @@ +Castlerock Notebook http://castlerock.planethawleywood.com/~chuck/notebook/ 0 +Auto saved session 0 F diff --git a/.elinks/elinks.conf b/.elinks/elinks.conf new file mode 100644 index 0000000..56edf99 --- /dev/null +++ b/.elinks/elinks.conf @@ -0,0 +1,59 @@ +## ELinks configuration file +## See elinks.conf(5) and the output of "elinks -config-dump" for a list +## of all the supported options, their possible values and the defaults. + + ## protocol.http.user_agent + # Change the User Agent ID. That means identification string, which + # is sent to HTTP server when a document is requested. The 'textmode' + # token in the first field is our silent attempt to establish this as + # a standard for new textmode user agents, so that the webmasters can + # have just a single uniform test for these if they are ie. pushing + # some lite version to them automagically. + # 0.12~pre6-4ubuntu1 in the string means ELinks version + # %s in the string means system identification + # %t in the string means size of the terminal + # %b in the string means number of bars displayed by ELinks + # Use " " if you don't want any User-Agent header to be sent at all. +set protocol.http.user_agent = "ELinks/0.12~pre6-4ubuntu1 (textmode; Ubuntu; %s; %t-%b)" + +set document.browse.links.numbering = 1 + +bind "main" "g" = "move-document-start" +bind "main" "G" = "move-document-end" +bind "main" "J" = "history-move-back" +bind "main" "K" = "history-move-forward" +bind "main" "O" = "options-manager" +bind "main" "Tab" = "move-link-next" +bind "main" "h" = "move-link-left" +bind "main" "j" = "move-link-down" +bind "main" "k" = "move-link-up" +bind "main" "l" = "move-link-right" +bind "main" "o" = "goto-url" +bind "main" "b" = "add-bookmark" +bind "main" "B" = "bookmark-manager" +bind "main" "f" = "find-next" +bind "main" "F" = "find-next-back" +set document.browse.accesskey.display = 1 +set document.browse.accesskey.priority = 2 +set document.browse.forms.auto_submit = 1 +set document.browse.forms.confirm_submit = 0 +set document.browse.forms.insert_mode = 0 +set document.browse.links.numbering = 1 +set document.browse.links.use_tabindex = 1 +set document.colors.use_document_colors = 2 +set terminal.xterm-256color.colors = 3 + +set ui.colors.color.mainmenu.selected.background = "yellow" +set ui.colors.color.menu.hotkey.selected.background = "yellow" +set ui.colors.color.menu.selected.background = "yellow" +set ui.colors.color.tabs.loading.background = "red" +set ui.colors.color.tabs.normal.background = "white" +set ui.colors.color.tabs.selected.background = "yellow" +set ui.colors.color.tabs.unvisited.background = "white" +set ui.dialogs.underline_button_shortcuts = 1 +set ui.language = "System" +set ui.sessions.auto_save = 1 +set ui.sessions.homepage = "" +set ui.show_title_bar = 0 +set ui.startup_goto_dialog = 1 +set ui.tabs.top = 1 diff --git a/.fonts/1942.ttf b/.fonts/1942.ttf new file mode 100644 index 0000000..951cf89 Binary files /dev/null and b/.fonts/1942.ttf differ diff --git a/.fonts/All Star Resort.ttf b/.fonts/All Star Resort.ttf new file mode 100644 index 0000000..bfdaf36 Binary files /dev/null and b/.fonts/All Star Resort.ttf differ diff --git a/.fonts/Anabelle_Script.ttf b/.fonts/Anabelle_Script.ttf new file mode 100644 index 0000000..ee441fb Binary files /dev/null and b/.fonts/Anabelle_Script.ttf differ diff --git a/.fonts/Anabelle_Script_Light.ttf b/.fonts/Anabelle_Script_Light.ttf new file mode 100644 index 0000000..859164e Binary files /dev/null and b/.fonts/Anabelle_Script_Light.ttf differ diff --git a/.fonts/Arkitech Round Light.ttf b/.fonts/Arkitech Round Light.ttf new file mode 100644 index 0000000..b4cd214 Binary files /dev/null and b/.fonts/Arkitech Round Light.ttf differ diff --git a/.fonts/Astrud.ttf b/.fonts/Astrud.ttf new file mode 100644 index 0000000..490ddca Binary files /dev/null and b/.fonts/Astrud.ttf differ diff --git a/.fonts/AvantGarde_LT_Medium.ttf b/.fonts/AvantGarde_LT_Medium.ttf new file mode 100644 index 0000000..418fb14 Binary files /dev/null and b/.fonts/AvantGarde_LT_Medium.ttf differ diff --git a/.fonts/BAHAMAS0.TTF b/.fonts/BAHAMAS0.TTF new file mode 100644 index 0000000..9c5749a Binary files /dev/null and b/.fonts/BAHAMAS0.TTF differ diff --git a/.fonts/Bauhaus_.ttf b/.fonts/Bauhaus_.ttf new file mode 100644 index 0000000..a701c93 Binary files /dev/null and b/.fonts/Bauhaus_.ttf differ diff --git a/.fonts/Blockt.ttf b/.fonts/Blockt.ttf new file mode 100644 index 0000000..1013b64 Binary files /dev/null and b/.fonts/Blockt.ttf differ diff --git a/.fonts/CM Old Western Shadow.ttf b/.fonts/CM Old Western Shadow.ttf new file mode 100644 index 0000000..2621803 Binary files /dev/null and b/.fonts/CM Old Western Shadow.ttf differ diff --git a/.fonts/CM_Old_Western.ttf b/.fonts/CM_Old_Western.ttf new file mode 100644 index 0000000..c33430e Binary files /dev/null and b/.fonts/CM_Old_Western.ttf differ diff --git a/.fonts/CalamityJaneNF.ttf b/.fonts/CalamityJaneNF.ttf new file mode 100644 index 0000000..1ad8ad2 Binary files /dev/null and b/.fonts/CalamityJaneNF.ttf differ diff --git a/.fonts/Canter Outline.ttf b/.fonts/Canter Outline.ttf new file mode 100644 index 0000000..cca73bb Binary files /dev/null and b/.fonts/Canter Outline.ttf differ diff --git a/.fonts/Carnevalee Freakshow.ttf b/.fonts/Carnevalee Freakshow.ttf new file mode 100644 index 0000000..bbc0ec2 Binary files /dev/null and b/.fonts/Carnevalee Freakshow.ttf differ diff --git a/.fonts/Caviar_Dreams.ttf b/.fonts/Caviar_Dreams.ttf new file mode 100644 index 0000000..4ba4279 Binary files /dev/null and b/.fonts/Caviar_Dreams.ttf differ diff --git a/.fonts/Caviar_Dreams_Bold.ttf b/.fonts/Caviar_Dreams_Bold.ttf new file mode 100644 index 0000000..919ab9d Binary files /dev/null and b/.fonts/Caviar_Dreams_Bold.ttf differ diff --git a/.fonts/Caviar_Dreams_Bold_Italic.ttf b/.fonts/Caviar_Dreams_Bold_Italic.ttf new file mode 100644 index 0000000..75f4b4c Binary files /dev/null and b/.fonts/Caviar_Dreams_Bold_Italic.ttf differ diff --git a/.fonts/Caviar_Dreams_Italic.ttf b/.fonts/Caviar_Dreams_Italic.ttf new file mode 100644 index 0000000..5800a2d Binary files /dev/null and b/.fonts/Caviar_Dreams_Italic.ttf differ diff --git a/.fonts/Comic_Sans_MS.ttf b/.fonts/Comic_Sans_MS.ttf new file mode 100644 index 0000000..d17e1be Binary files /dev/null and b/.fonts/Comic_Sans_MS.ttf differ diff --git a/.fonts/Comic_Sans_MS_Bold.ttf b/.fonts/Comic_Sans_MS_Bold.ttf new file mode 100644 index 0000000..75be504 Binary files /dev/null and b/.fonts/Comic_Sans_MS_Bold.ttf differ diff --git a/.fonts/Computerfont.ttf b/.fonts/Computerfont.ttf new file mode 100644 index 0000000..49f1c62 Binary files /dev/null and b/.fonts/Computerfont.ttf differ diff --git a/.fonts/Connie-Regular.ttf b/.fonts/Connie-Regular.ttf new file mode 100644 index 0000000..909b15c Binary files /dev/null and b/.fonts/Connie-Regular.ttf differ diff --git a/.fonts/DYMAXION.TTF b/.fonts/DYMAXION.TTF new file mode 100644 index 0000000..d1bba00 Binary files /dev/null and b/.fonts/DYMAXION.TTF differ diff --git a/.fonts/Dark Times.ttf b/.fonts/Dark Times.ttf new file mode 100644 index 0000000..323abcd Binary files /dev/null and b/.fonts/Dark Times.ttf differ diff --git a/.fonts/Dinreg_Regular.ttf b/.fonts/Dinreg_Regular.ttf new file mode 100644 index 0000000..8e632fb Binary files /dev/null and b/.fonts/Dinreg_Regular.ttf differ diff --git a/.fonts/Dragon is coming.ttf b/.fonts/Dragon is coming.ttf new file mode 100644 index 0000000..268214f Binary files /dev/null and b/.fonts/Dragon is coming.ttf differ diff --git a/.fonts/Expansiva.otf b/.fonts/Expansiva.otf new file mode 100644 index 0000000..e09804c Binary files /dev/null and b/.fonts/Expansiva.otf differ diff --git a/.fonts/Flash Gordon.ttf b/.fonts/Flash Gordon.ttf new file mode 100644 index 0000000..d179fa9 Binary files /dev/null and b/.fonts/Flash Gordon.ttf differ diff --git a/.fonts/Flottflott.ttf b/.fonts/Flottflott.ttf new file mode 100644 index 0000000..a6031d3 Binary files /dev/null and b/.fonts/Flottflott.ttf differ diff --git a/.fonts/Fortuna.ttf b/.fonts/Fortuna.ttf new file mode 100644 index 0000000..546eaee Binary files /dev/null and b/.fonts/Fortuna.ttf differ diff --git a/.fonts/Future.ttf b/.fonts/Future.ttf new file mode 100644 index 0000000..f152934 Binary files /dev/null and b/.fonts/Future.ttf differ diff --git a/.fonts/GE_Inspira.ttf b/.fonts/GE_Inspira.ttf new file mode 100644 index 0000000..2cfae04 Binary files /dev/null and b/.fonts/GE_Inspira.ttf differ diff --git a/.fonts/GeosansLight.ttf b/.fonts/GeosansLight.ttf new file mode 100644 index 0000000..055932a Binary files /dev/null and b/.fonts/GeosansLight.ttf differ diff --git a/.fonts/Ghost Of The Wild West.ttf b/.fonts/Ghost Of The Wild West.ttf new file mode 100644 index 0000000..60665aa Binary files /dev/null and b/.fonts/Ghost Of The Wild West.ttf differ diff --git a/.fonts/GrandHotel-Regular.ttf b/.fonts/GrandHotel-Regular.ttf new file mode 100644 index 0000000..e79c588 Binary files /dev/null and b/.fonts/GrandHotel-Regular.ttf differ diff --git a/.fonts/Hack-Bold.ttf b/.fonts/Hack-Bold.ttf new file mode 100644 index 0000000..56b39b1 Binary files /dev/null and b/.fonts/Hack-Bold.ttf differ diff --git a/.fonts/Hack-BoldItalic.ttf b/.fonts/Hack-BoldItalic.ttf new file mode 100644 index 0000000..346f7bb Binary files /dev/null and b/.fonts/Hack-BoldItalic.ttf differ diff --git a/.fonts/Hack-Italic.ttf b/.fonts/Hack-Italic.ttf new file mode 100644 index 0000000..8956bd9 Binary files /dev/null and b/.fonts/Hack-Italic.ttf differ diff --git a/.fonts/Hack-Regular.ttf b/.fonts/Hack-Regular.ttf new file mode 100644 index 0000000..df1f357 Binary files /dev/null and b/.fonts/Hack-Regular.ttf differ diff --git a/.fonts/HaloHandletter.ttf b/.fonts/HaloHandletter.ttf new file mode 100644 index 0000000..aef0e70 Binary files /dev/null and b/.fonts/HaloHandletter.ttf differ diff --git a/.fonts/Homestead-Display.ttf b/.fonts/Homestead-Display.ttf new file mode 100644 index 0000000..4ffd5a4 Binary files /dev/null and b/.fonts/Homestead-Display.ttf differ diff --git a/.fonts/ITC Avant Garde Gothic LT Extra Light.ttf b/.fonts/ITC Avant Garde Gothic LT Extra Light.ttf new file mode 100644 index 0000000..1c5f741 Binary files /dev/null and b/.fonts/ITC Avant Garde Gothic LT Extra Light.ttf differ diff --git a/.fonts/ITCAvantGardePro-XLt.ttf b/.fonts/ITCAvantGardePro-XLt.ttf new file mode 100644 index 0000000..ccafedb Binary files /dev/null and b/.fonts/ITCAvantGardePro-XLt.ttf differ diff --git a/.fonts/Janda_Cheerful_Script.ttf b/.fonts/Janda_Cheerful_Script.ttf new file mode 100644 index 0000000..62728ac Binary files /dev/null and b/.fonts/Janda_Cheerful_Script.ttf differ diff --git a/.fonts/KBZipaDeeDooDah.ttf b/.fonts/KBZipaDeeDooDah.ttf new file mode 100644 index 0000000..7921e52 Binary files /dev/null and b/.fonts/KBZipaDeeDooDah.ttf differ diff --git a/.fonts/LimonadedeCamomille.ttf b/.fonts/LimonadedeCamomille.ttf new file mode 100644 index 0000000..a568aac Binary files /dev/null and b/.fonts/LimonadedeCamomille.ttf differ diff --git a/.fonts/Michroma.ttf b/.fonts/Michroma.ttf new file mode 100644 index 0000000..43be6ef Binary files /dev/null and b/.fonts/Michroma.ttf differ diff --git a/.fonts/Nautigal.ttf b/.fonts/Nautigal.ttf new file mode 100644 index 0000000..c0c523c Binary files /dev/null and b/.fonts/Nautigal.ttf differ diff --git a/.fonts/Neuropolitical.ttf b/.fonts/Neuropolitical.ttf new file mode 100644 index 0000000..22ca93e Binary files /dev/null and b/.fonts/Neuropolitical.ttf differ diff --git a/.fonts/NeutraDisp Light.ttf b/.fonts/NeutraDisp Light.ttf new file mode 100644 index 0000000..6d1b4d2 Binary files /dev/null and b/.fonts/NeutraDisp Light.ttf differ diff --git a/.fonts/Nexa Light.ttf b/.fonts/Nexa Light.ttf new file mode 100644 index 0000000..cacbb20 Binary files /dev/null and b/.fonts/Nexa Light.ttf differ diff --git a/.fonts/Nyctophobia.ttf b/.fonts/Nyctophobia.ttf new file mode 100644 index 0000000..3500816 Binary files /dev/null and b/.fonts/Nyctophobia.ttf differ diff --git a/.fonts/Open_Sans.ttf b/.fonts/Open_Sans.ttf new file mode 100644 index 0000000..db43334 Binary files /dev/null and b/.fonts/Open_Sans.ttf differ diff --git a/.fonts/Open_Sans_Light.ttf b/.fonts/Open_Sans_Light.ttf new file mode 100644 index 0000000..0d38189 Binary files /dev/null and b/.fonts/Open_Sans_Light.ttf differ diff --git a/.fonts/Open_Sans_Semibold.ttf b/.fonts/Open_Sans_Semibold.ttf new file mode 100644 index 0000000..1a7679e Binary files /dev/null and b/.fonts/Open_Sans_Semibold.ttf differ diff --git a/.fonts/PF_Tempesta_Five.ttf b/.fonts/PF_Tempesta_Five.ttf new file mode 100644 index 0000000..c62aae0 Binary files /dev/null and b/.fonts/PF_Tempesta_Five.ttf differ diff --git a/.fonts/PF_Tempesta_Five_Bold.ttf b/.fonts/PF_Tempesta_Five_Bold.ttf new file mode 100644 index 0000000..54766ea Binary files /dev/null and b/.fonts/PF_Tempesta_Five_Bold.ttf differ diff --git a/.fonts/PF_Tempesta_Five_Compressed.ttf b/.fonts/PF_Tempesta_Five_Compressed.ttf new file mode 100644 index 0000000..f766e5b Binary files /dev/null and b/.fonts/PF_Tempesta_Five_Compressed.ttf differ diff --git a/.fonts/PF_Tempesta_Five_Compressed_Bold.ttf b/.fonts/PF_Tempesta_Five_Compressed_Bold.ttf new file mode 100644 index 0000000..c7e8e08 Binary files /dev/null and b/.fonts/PF_Tempesta_Five_Compressed_Bold.ttf differ diff --git a/.fonts/PF_Tempesta_Five_Condensed.ttf b/.fonts/PF_Tempesta_Five_Condensed.ttf new file mode 100644 index 0000000..010ba63 Binary files /dev/null and b/.fonts/PF_Tempesta_Five_Condensed.ttf differ diff --git a/.fonts/PF_Tempesta_Five_Condensed_Bold.ttf b/.fonts/PF_Tempesta_Five_Condensed_Bold.ttf new file mode 100644 index 0000000..cde8c21 Binary files /dev/null and b/.fonts/PF_Tempesta_Five_Condensed_Bold.ttf differ diff --git a/.fonts/PF_Tempesta_Five_Extended.ttf b/.fonts/PF_Tempesta_Five_Extended.ttf new file mode 100644 index 0000000..5243ab7 Binary files /dev/null and b/.fonts/PF_Tempesta_Five_Extended.ttf differ diff --git a/.fonts/PF_Tempesta_Five_Extended_Bold.ttf b/.fonts/PF_Tempesta_Five_Extended_Bold.ttf new file mode 100644 index 0000000..30e3c01 Binary files /dev/null and b/.fonts/PF_Tempesta_Five_Extended_Bold.ttf differ diff --git a/.fonts/PIZZADUDEBULLETS.ttf b/.fonts/PIZZADUDEBULLETS.ttf new file mode 100644 index 0000000..83840c1 Binary files /dev/null and b/.fonts/PIZZADUDEBULLETS.ttf differ diff --git a/.fonts/Play-Bold.ttf b/.fonts/Play-Bold.ttf new file mode 100644 index 0000000..7b9d5bf Binary files /dev/null and b/.fonts/Play-Bold.ttf differ diff --git a/.fonts/Play-Regular.ttf b/.fonts/Play-Regular.ttf new file mode 100644 index 0000000..57ab4b1 Binary files /dev/null and b/.fonts/Play-Regular.ttf differ diff --git a/.fonts/Play.ttf b/.fonts/Play.ttf new file mode 100644 index 0000000..57ab4b1 Binary files /dev/null and b/.fonts/Play.ttf differ diff --git a/.fonts/Play_Bold.ttf b/.fonts/Play_Bold.ttf new file mode 100644 index 0000000..7b9d5bf Binary files /dev/null and b/.fonts/Play_Bold.ttf differ diff --git a/.fonts/PokyRegular.ttf b/.fonts/PokyRegular.ttf new file mode 100644 index 0000000..d377a3a Binary files /dev/null and b/.fonts/PokyRegular.ttf differ diff --git a/.fonts/Pompadour.ttf b/.fonts/Pompadour.ttf new file mode 100644 index 0000000..e163baf Binary files /dev/null and b/.fonts/Pompadour.ttf differ diff --git a/.fonts/RGMB 6044 Str.ttf b/.fonts/RGMB 6044 Str.ttf new file mode 100644 index 0000000..441f55e Binary files /dev/null and b/.fonts/RGMB 6044 Str.ttf differ diff --git a/.fonts/RaconteurNF.ttf b/.fonts/RaconteurNF.ttf new file mode 100644 index 0000000..1d4ee32 Binary files /dev/null and b/.fonts/RaconteurNF.ttf differ diff --git a/.fonts/Radio_Space.ttf b/.fonts/Radio_Space.ttf new file mode 100644 index 0000000..1750f02 Binary files /dev/null and b/.fonts/Radio_Space.ttf differ diff --git a/.fonts/Radio_Space_Bold.ttf b/.fonts/Radio_Space_Bold.ttf new file mode 100644 index 0000000..d42d532 Binary files /dev/null and b/.fonts/Radio_Space_Bold.ttf differ diff --git a/.fonts/Radio_Space_Bold_Italic.ttf b/.fonts/Radio_Space_Bold_Italic.ttf new file mode 100644 index 0000000..013ee59 Binary files /dev/null and b/.fonts/Radio_Space_Bold_Italic.ttf differ diff --git a/.fonts/Radio_Space_Condensed.ttf b/.fonts/Radio_Space_Condensed.ttf new file mode 100644 index 0000000..d6cda85 Binary files /dev/null and b/.fonts/Radio_Space_Condensed.ttf differ diff --git a/.fonts/Radio_Space_Italic.ttf b/.fonts/Radio_Space_Italic.ttf new file mode 100644 index 0000000..f4a9019 Binary files /dev/null and b/.fonts/Radio_Space_Italic.ttf differ diff --git a/.fonts/Reckoner.ttf b/.fonts/Reckoner.ttf new file mode 100644 index 0000000..bf295b0 Binary files /dev/null and b/.fonts/Reckoner.ttf differ diff --git a/.fonts/Reckoner_Bold.ttf b/.fonts/Reckoner_Bold.ttf new file mode 100644 index 0000000..4a887cb Binary files /dev/null and b/.fonts/Reckoner_Bold.ttf differ diff --git a/.fonts/Rex Bold Inline.ttf b/.fonts/Rex Bold Inline.ttf new file mode 100644 index 0000000..3a14b4a Binary files /dev/null and b/.fonts/Rex Bold Inline.ttf differ diff --git a/.fonts/Rex Bold.ttf b/.fonts/Rex Bold.ttf new file mode 100644 index 0000000..edfb998 Binary files /dev/null and b/.fonts/Rex Bold.ttf differ diff --git a/.fonts/Rex Light.otf b/.fonts/Rex Light.otf new file mode 100644 index 0000000..df8cf82 Binary files /dev/null and b/.fonts/Rex Light.otf differ diff --git a/.fonts/Roboto-Black.ttf b/.fonts/Roboto-Black.ttf new file mode 100644 index 0000000..71f01ac Binary files /dev/null and b/.fonts/Roboto-Black.ttf differ diff --git a/.fonts/Roboto-BlackItalic.ttf b/.fonts/Roboto-BlackItalic.ttf new file mode 100644 index 0000000..ec309c7 Binary files /dev/null and b/.fonts/Roboto-BlackItalic.ttf differ diff --git a/.fonts/Roboto-Bold.ttf b/.fonts/Roboto-Bold.ttf new file mode 100644 index 0000000..91ec212 Binary files /dev/null and b/.fonts/Roboto-Bold.ttf differ diff --git a/.fonts/Roboto-BoldItalic.ttf b/.fonts/Roboto-BoldItalic.ttf new file mode 100644 index 0000000..dcd0f80 Binary files /dev/null and b/.fonts/Roboto-BoldItalic.ttf differ diff --git a/.fonts/Roboto-Italic.ttf b/.fonts/Roboto-Italic.ttf new file mode 100644 index 0000000..f382c68 Binary files /dev/null and b/.fonts/Roboto-Italic.ttf differ diff --git a/.fonts/Roboto-Light.ttf b/.fonts/Roboto-Light.ttf new file mode 100644 index 0000000..664e1b2 Binary files /dev/null and b/.fonts/Roboto-Light.ttf differ diff --git a/.fonts/Roboto-LightItalic.ttf b/.fonts/Roboto-LightItalic.ttf new file mode 100644 index 0000000..b8f5296 Binary files /dev/null and b/.fonts/Roboto-LightItalic.ttf differ diff --git a/.fonts/Roboto-Medium.ttf b/.fonts/Roboto-Medium.ttf new file mode 100644 index 0000000..aa00de0 Binary files /dev/null and b/.fonts/Roboto-Medium.ttf differ diff --git a/.fonts/Roboto-MediumItalic.ttf b/.fonts/Roboto-MediumItalic.ttf new file mode 100644 index 0000000..67e25f0 Binary files /dev/null and b/.fonts/Roboto-MediumItalic.ttf differ diff --git a/.fonts/Roboto-Regular.ttf b/.fonts/Roboto-Regular.ttf new file mode 100644 index 0000000..3e6e2e7 Binary files /dev/null and b/.fonts/Roboto-Regular.ttf differ diff --git a/.fonts/Roboto-Thin.ttf b/.fonts/Roboto-Thin.ttf new file mode 100644 index 0000000..d262d14 Binary files /dev/null and b/.fonts/Roboto-Thin.ttf differ diff --git a/.fonts/Roboto-ThinItalic.ttf b/.fonts/Roboto-ThinItalic.ttf new file mode 100644 index 0000000..63e9f97 Binary files /dev/null and b/.fonts/Roboto-ThinItalic.ttf differ diff --git a/.fonts/RobotoCondensed-Bold.ttf b/.fonts/RobotoCondensed-Bold.ttf new file mode 100644 index 0000000..48dd635 Binary files /dev/null and b/.fonts/RobotoCondensed-Bold.ttf differ diff --git a/.fonts/RobotoCondensed-BoldItalic.ttf b/.fonts/RobotoCondensed-BoldItalic.ttf new file mode 100644 index 0000000..ad72864 Binary files /dev/null and b/.fonts/RobotoCondensed-BoldItalic.ttf differ diff --git a/.fonts/RobotoCondensed-Italic.ttf b/.fonts/RobotoCondensed-Italic.ttf new file mode 100644 index 0000000..a232513 Binary files /dev/null and b/.fonts/RobotoCondensed-Italic.ttf differ diff --git a/.fonts/RobotoCondensed-Light.ttf b/.fonts/RobotoCondensed-Light.ttf new file mode 100644 index 0000000..a6e368d Binary files /dev/null and b/.fonts/RobotoCondensed-Light.ttf differ diff --git a/.fonts/RobotoCondensed-LightItalic.ttf b/.fonts/RobotoCondensed-LightItalic.ttf new file mode 100644 index 0000000..5b2b6ae Binary files /dev/null and b/.fonts/RobotoCondensed-LightItalic.ttf differ diff --git a/.fonts/RobotoCondensed-Regular.ttf b/.fonts/RobotoCondensed-Regular.ttf new file mode 100644 index 0000000..65bf32a Binary files /dev/null and b/.fonts/RobotoCondensed-Regular.ttf differ diff --git a/.fonts/Roboto_Bold.ttf b/.fonts/Roboto_Bold.ttf new file mode 100644 index 0000000..91ec212 Binary files /dev/null and b/.fonts/Roboto_Bold.ttf differ diff --git a/.fonts/Roboto_Light.ttf b/.fonts/Roboto_Light.ttf new file mode 100644 index 0000000..664e1b2 Binary files /dev/null and b/.fonts/Roboto_Light.ttf differ diff --git a/.fonts/Roboto_Medium.ttf b/.fonts/Roboto_Medium.ttf new file mode 100644 index 0000000..aa00de0 Binary files /dev/null and b/.fonts/Roboto_Medium.ttf differ diff --git a/.fonts/Roboto_Regular.ttf b/.fonts/Roboto_Regular.ttf new file mode 100644 index 0000000..3e6e2e7 Binary files /dev/null and b/.fonts/Roboto_Regular.ttf differ diff --git a/.fonts/Rochester-Regular.ttf b/.fonts/Rochester-Regular.ttf new file mode 100644 index 0000000..795faa7 Binary files /dev/null and b/.fonts/Rochester-Regular.ttf differ diff --git a/.fonts/STARWARS.TTF b/.fonts/STARWARS.TTF new file mode 100644 index 0000000..0d633c0 Binary files /dev/null and b/.fonts/STARWARS.TTF differ diff --git a/.fonts/Sesame.ttf b/.fonts/Sesame.ttf new file mode 100644 index 0000000..64c7f9b Binary files /dev/null and b/.fonts/Sesame.ttf differ diff --git a/.fonts/Sesame_Regular.ttf b/.fonts/Sesame_Regular.ttf new file mode 100644 index 0000000..64c7f9b Binary files /dev/null and b/.fonts/Sesame_Regular.ttf differ diff --git a/.fonts/Signerica_Fat.ttf b/.fonts/Signerica_Fat.ttf new file mode 100644 index 0000000..55a2152 Binary files /dev/null and b/.fonts/Signerica_Fat.ttf differ diff --git a/.fonts/Signerica_Medium.ttf b/.fonts/Signerica_Medium.ttf new file mode 100644 index 0000000..9edbc32 Binary files /dev/null and b/.fonts/Signerica_Medium.ttf differ diff --git a/.fonts/Stowaway.ttf b/.fonts/Stowaway.ttf new file mode 100644 index 0000000..571adb0 Binary files /dev/null and b/.fonts/Stowaway.ttf differ diff --git a/.fonts/StyleBats.ttf b/.fonts/StyleBats.ttf new file mode 100644 index 0000000..ba9ca53 Binary files /dev/null and b/.fonts/StyleBats.ttf differ diff --git a/.fonts/Swiss921_BT.ttf b/.fonts/Swiss921_BT.ttf new file mode 100644 index 0000000..e45e3b0 Binary files /dev/null and b/.fonts/Swiss921_BT.ttf differ diff --git a/.fonts/TRON.TTF b/.fonts/TRON.TTF new file mode 100644 index 0000000..57a826d Binary files /dev/null and b/.fonts/TRON.TTF differ diff --git a/.fonts/Tall Film.ttf b/.fonts/Tall Film.ttf new file mode 100644 index 0000000..4bbde7f Binary files /dev/null and b/.fonts/Tall Film.ttf differ diff --git a/.fonts/Ubuntu.ttf b/.fonts/Ubuntu.ttf new file mode 100644 index 0000000..9388194 Binary files /dev/null and b/.fonts/Ubuntu.ttf differ diff --git a/.fonts/Ubuntu_Bold.ttf b/.fonts/Ubuntu_Bold.ttf new file mode 100644 index 0000000..28bae1f Binary files /dev/null and b/.fonts/Ubuntu_Bold.ttf differ diff --git a/.fonts/Ubuntu_Bold_Italic.ttf b/.fonts/Ubuntu_Bold_Italic.ttf new file mode 100644 index 0000000..00b532f Binary files /dev/null and b/.fonts/Ubuntu_Bold_Italic.ttf differ diff --git a/.fonts/Ubuntu_Italic.ttf b/.fonts/Ubuntu_Italic.ttf new file mode 100644 index 0000000..1b899f2 Binary files /dev/null and b/.fonts/Ubuntu_Italic.ttf differ diff --git a/.fonts/VLADIMIR.TTF b/.fonts/VLADIMIR.TTF new file mode 100644 index 0000000..e422401 Binary files /dev/null and b/.fonts/VLADIMIR.TTF differ diff --git a/.fonts/Webdings.ttf b/.fonts/Webdings.ttf new file mode 100644 index 0000000..3f6ef0b Binary files /dev/null and b/.fonts/Webdings.ttf differ diff --git a/.fonts/Zekton.ttf b/.fonts/Zekton.ttf new file mode 100644 index 0000000..76bf892 Binary files /dev/null and b/.fonts/Zekton.ttf differ diff --git a/.fonts/Zekton_Bold.ttf b/.fonts/Zekton_Bold.ttf new file mode 100644 index 0000000..c9ad9c1 Binary files /dev/null and b/.fonts/Zekton_Bold.ttf differ diff --git a/.fonts/Zekton_Bold_Italic.ttf b/.fonts/Zekton_Bold_Italic.ttf new file mode 100644 index 0000000..c89ecfb Binary files /dev/null and b/.fonts/Zekton_Bold_Italic.ttf differ diff --git a/.fonts/Zekton_Italic.ttf b/.fonts/Zekton_Italic.ttf new file mode 100644 index 0000000..f25ef66 Binary files /dev/null and b/.fonts/Zekton_Italic.ttf differ diff --git a/.fonts/chaucer.ttf b/.fonts/chaucer.ttf new file mode 100644 index 0000000..205bdb3 Binary files /dev/null and b/.fonts/chaucer.ttf differ diff --git a/.fonts/conkysymbols.ttf b/.fonts/conkysymbols.ttf new file mode 100644 index 0000000..b9f5f59 Binary files /dev/null and b/.fonts/conkysymbols.ttf differ diff --git a/.fonts/grenadier.regular.ttf b/.fonts/grenadier.regular.ttf new file mode 100644 index 0000000..9f8ab9b Binary files /dev/null and b/.fonts/grenadier.regular.ttf differ diff --git a/.fonts/pincoyablack.ttf b/.fonts/pincoyablack.ttf new file mode 100644 index 0000000..99fef18 Binary files /dev/null and b/.fonts/pincoyablack.ttf differ diff --git a/.fonts/raleway_thin.ttf b/.fonts/raleway_thin.ttf new file mode 100644 index 0000000..8bfaa06 Binary files /dev/null and b/.fonts/raleway_thin.ttf differ diff --git a/.fonts/steelfish rg.ttf b/.fonts/steelfish rg.ttf new file mode 100644 index 0000000..b1a60cd Binary files /dev/null and b/.fonts/steelfish rg.ttf differ diff --git a/.fonts/timeburner_regular.ttf b/.fonts/timeburner_regular.ttf new file mode 100644 index 0000000..a3a954c Binary files /dev/null and b/.fonts/timeburner_regular.ttf differ diff --git a/.fonts/zekton rg.ttf b/.fonts/zekton rg.ttf new file mode 100644 index 0000000..37488a7 Binary files /dev/null and b/.fonts/zekton rg.ttf differ diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..406adf0 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,23 @@ +[core] + editor = vim + quotepath = false +[alias] + st = status + latest = for-each-ref --sort=-committerdate --format='%(committerdate:short) %(refname:short)' + lg-nice = log --graph --decorate --pretty=oneline --abbrev-commit + lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit + graph = log --graph -10 --branches --remotes --tags --format=format:'%Cgreen%h %Creset• %<(75,trunc)%s (%cN, %cr) %Cred%d' --date-order + precommit = diff --cached --diff-algorithm=minimal -w + branches = branch -a + tags = tag + stashes = stash list + remotes = remote -v update + unstage = reset -q HEAD -- + discard = checkout -- + uncommit = reset --mixed HEAD~ + amend = commit --amend + unmerged = diff --name-only --diff-filter=U +[push] + default = simple +[color] + ui = true diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..05afc92 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.elinks/searchhist diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..bbdba47 --- /dev/null +++ b/.ssh/config @@ -0,0 +1,44 @@ +ServerAliveInterval 60 + +Host shawshank +Hostname 192.168.0.208 +Port 22 +User chawley + +Host aristotle +Hostname 192.168.0.212 +Port 3141 +User chawley + +Host frank +Hostname 192.168.0.206 +Port 22 +User chawley + +Host overlook +Hostname 192.210.231.189 +Port 22 +User root + +Host devious +Hostname devio.us +Port 22 +User crh0831 + +### PDM + +Host ladmin +Hostname 206.183.8.210 +Port 22 +User root + +Host ladmin-proxy +Hostname 206.183.8.210 +User root +Port 22 +ProxyCommand ssh -W %h:%p phaedrus + +Host *.zion.eprecisiondialogue.com +User root +Port 22 +ProxyCommand ssh ladmin -W %h:%p diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d3b00ae --- /dev/null +++ b/Makefile @@ -0,0 +1,35 @@ +all: mkdirs softlinks + @echo "Running firstrun and Linking softlinks" + +softlinks: dependencies + @test -L ${HOME}/.mutt || ln -s ${HOME}/dotfiles/.mutt ${HOME}/.mutt + @test -L ${HOME}/.muttrc || ln -s ${HOME}/dotfiles/.muttrc ${HOME}/.muttrc + @test -L ${HOME}/.elinks || ln -s ${HOME}/dotfiles/.elinks ${HOME}/.elinks + @test -L ${HOME}/.irssi || ln -s ${HOME}/dotfiles/.irssi ${HOME}/.irssi + @test -L ${HOME}/.gitconfig || ln -s ${HOME}/dotfiles/.gitconfig ${HOME}/.gitconfig + @test -L ${HOME}/.abcde.conf || ln -s ${HOME}/dotfiles/.abcde.config ${HOME}/.abcde.conf + @test -L ${HOME}/.conkyrc || ln -s ${HOME}/dotfiles/.conkyrc ${HOME}/.conkyrc + @test -L ${HOME}/.dosbox || ln -s ${HOME}/dotfiles/.dosbox ${HOME}/.dosbox + @test -L ${HOME}/.ssh/config || ln -s ${HOME}/dotfiles/.ssh/config ${HOME}/.ssh/config + @test -L ${HOME}/.gitconfig || ln -s ${HOME}/dotfiles/.gitconfig ${HOME}/.gitconfig + @test -L ${HOME}/.gitignore || ln -s ${HOME}/dotfiles/.gitignore ${HOME}/.gitignore + + +gitconfig: dependencies softlinks + git config --global user.name "${USER} (${HOSTNAME})" + git config --global user.email chawley@planethawleywood.com + +dependencies: + sudo apt install mutt + sudo apt install tmux + sudo apt install elinks + sudo apt install irssi + sudo apt install git + sudo apt install abcde + sudo apt install dosbox + sudo apt install conky + +mkdirs: + mkdir -p ${HOME}/bin + mkdir -p ${HOME}/.ssh + diff --git a/README.md b/README.md index 10ea033..134842d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ # dotfiles -Generic dotfiles and setup script + +Created: Tue 13 Oct 2015 09:35:22 AM EDT + +Updated: Mon 11 Dec 2017 09:37:22 AM EST + +## Summary + +linux +A repo to track dotfiles for bash and apps I want to keep as portable as possible. All dotfiles are contained in this +repo (typically cloned as ~/dotfiles and each file is symlinked to it's default location. I have added a Makefile to +create or update each symlink. + +2016-02: Added an openbox-setup script and dotfiles to make it easier to set up openbox the way I like it on other machines + +--- + +Reference(s): + +* [Hey Kid, I'ma Interpreter!! Stop all the static interpreter referenci'n!](http://deftly.net/posts/2014-03-17-stop-all-the-ref.html) +* tmux-menu.sh: [Test if a variable is set in bash when using “set -o nounset”](http://stackoverflow.com/questions/7832080/test-if-a-variable-is-set-in-bash-when-using-set-o-nounset) +