Skip to content

Instantly share code, notes, and snippets.

@GhostSquad57
GhostSquad57 / tmux.conf
Created September 19, 2017 20:13
My tmux.conf
set -g default-terminal "tmux-256color"
set-window-option -g xterm-keys on
set-option -g renumber-windows on
# use Ctrl-a for sending commands to tmux instead of Ctrl-b
unbind C-b
set -g prefix C-a
bind C-a send-prefix
export LD_LIBRARY_PATH=/usr/lib:/usr/lib32:/usr/lib64:/opt/cuda/lib64
# starts tmux automatically if we're using URXVT
#if [[ $TERM == "rxvt-unicode-256color" ]]; then
# tmux attach || tmux new
#fi
autoload -U compinit promptinit zsh-mime-setup
compinit
promptinit

Keybase proof

I hereby claim:

  • I am ghostsquad57 on github.
  • I am ghostsquad57 (https://keybase.io/ghostsquad57) on keybase.
  • I have a public key whose fingerprint is 380F 9E07 9D0A 9C3A 2327 DEDB 01C4 7DF1 EA72 7EFB

To claim this, I am signing this object:

./zandronum-server -port 10666 -iwad ./freedoom.wad -file brutalv20b.pk3 -file ExtraTextures.wad -file hellonearthstarterpack.wad +deathmatch 0 +sv_nokill 1 +SV_WeaponStay 1 +SV_NoExit 1 +sv_updatemaster +sv_enforcemasterbanlist 1 +masterhostname master.zandronum.com:15300 +sv_hostname "Test Server running on Arch Linux" +sv_motd "Hello Penguins!" +skill 4 +sv_cheats true +sv_infiniteammo 1 +sv_maxclients 8 +sv_maxplayers 8 +SV_SameSpawnSpot 1 +SV_ItemRespawn 1 +sv_markchatlines 1
@GhostSquad57
GhostSquad57 / glc2video
Last active December 18, 2015 20:39
A simple shell script that converts a glc file to mkv
#!/bin/bash
# created by GhostSquad57 <https://www.youtube.com/user/GhostSquad57>
echo -n "Enter the name of the GLC file: " # prompts the user to enter the file that will be converted
read glcfile # this line creates the variable "glcfile" from what the user entered at the prompt
echo -e "\nlooking for:" $glcfile
if ! [ -e $glcfile ]; then
# if file cannot be found, exit 1
echo -e "\n" $glcfile "cannot be found"
@GhostSquad57
GhostSquad57 / steam-debian-depends.sh
Last active December 18, 2015 17:49
A simple shell script that builds a fake .deb of jockey-common
#!/bin/bash
#inspired by kochd's script <https://gist.github.com/kochd/5819972>
# installs equivs which is used to generate fake packages
sudo apt-get install equivs
# creates a file called 'tmp'
> tmp
# appends package info to tmp
echo "