diff --git a/.bash_aliases.MKAYSIGREP b/.bash_aliases.MKAYSIGREP new file mode 100644 index 00000000..57cae04f --- /dev/null +++ b/.bash_aliases.MKAYSIGREP @@ -0,0 +1,9 @@ +alias top="htop" # MKAYSIGREP # MKAYSIGREPALIAS +alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. #MKAYSIGREP # MKAYSIGREPALIAS +alias netcat="ncat " # MKAYSIGREP # MKAYSIGREPALIAS +alias usewithtor="proxychains " # MKAYSIGREP # MKAYSIGREPALIAS +alias torsocks="proxychains " # MKAYSIGREP # MKAYSIGREPALIAS +alias proxychains="proxychains " # MKAYSIGREP # MKAYSIGREPALIAS +alias checkinstall="make install " # MKAYSIGREP # MKAYSIGREPALIAS +alias gpg=gpg2 # MKAYSIGREP # MKAYSIGREPALIAS +alias wget="echo Running curl -LO instead of wget && curl -LO " # MKAYSIGREP # MKAYSIGREPALIAS diff --git a/.cat.sh b/.cat.sh index 8edfefd0..a0011ba6 120000 --- a/.cat.sh +++ b/.cat.sh @@ -1 +1 @@ -cat.run \ No newline at end of file +install.run \ No newline at end of file diff --git a/.environment.MKAYSIGREP b/.environment.MKAYSIGREP new file mode 100644 index 00000000..abec3e6b --- /dev/null +++ b/.environment.MKAYSIGREP @@ -0,0 +1,8 @@ +export EDITOR=vim # MKAYSIGREP MKAYSIGREPENVIRONMENT +export LC_ALL=fi_FI.utf8 # MKAYSIGREP # MKAYSIGREPENVIRONMENT +export TZ="/usr/share/zoneinfo/Europe/Helsinki" # MKAYSIGREP #MKAYSIGREPENVIRONMENT +export PAGER=most # MKAYSIGREP # MKAYSIGREPENVIRONMENT +export EDITOR=vim # MKAYSIGREP # MKAYSIGREPENVIRONMENT +export LC_ALL=fi_FI.utf8 # MKAYSIGREP # MKAYSIGREPENVIRONMENT +export TZ="/usr/share/zoneinfo/Europe/Helsinki" # MKAYSIGREP # MKAYSIGREPENVIRONMENT +export PAGER=most # MKAYSIGREP # MKAYSIGREPENVIRONMENT diff --git a/.gitconfig.MKAYSIGREP b/.gitconfig.MKAYSIGREP new file mode 100644 index 00000000..99b2a820 --- /dev/null +++ b/.gitconfig.MKAYSIGREP @@ -0,0 +1,21 @@ +[alias] + # From https://github.com/blog/985-git-io-github-url-shortener#comment-15121 + shorten = "!sh -c 'curl -i http://git.io -F url=$1' -" + # From http://progit.org/book/ch2-7.html + last = cat-file commit HEAD +[core] + editor = vim +[color] + # From git manpage and http://book.git-scm.com/5_customizing_git.html + branch = true + diff = true + grep = true + interactive = true + pager = true + showbranch = true + status = true + ui = true +[user] + #name = Mika Suomalainen + #email = mkaysi@outlook.com + #signingkey = 0x4DB53CFE82A46728 diff --git a/.gpg.conf.MKAYSIGREP b/.gpg.conf.MKAYSIGREP new file mode 100644 index 00000000..c9edd06d --- /dev/null +++ b/.gpg.conf.MKAYSIGREP @@ -0,0 +1,69 @@ +# Options for GnuPG +# Copyright 1998, 1999, 2000, 2001, 2002, 2003, +# 2010 Free Software Foundation, Inc. +# 2012 Mika Suomalainen (Mkaysi) https://raw.github.com/Mkaysi/shell-things/master/gpg.conf +# This file is free software; as a special exception the author gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. +# +# This file is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# +# Unless you specify which option file to use (with the command line +# option "--options filename"), GnuPG uses the file ~/.gnupg/gpg.conf +# by default. +# +# An options file can contain any long options which are available in +# GnuPG. If the first non white space character of a line is a '#', +# this line is ignored. Empty lines are also ignored. +# +# See the man page for a list of options. + +# This is one of the most used keyservers as far as I know. +keyserver pool.sks-keyservers.net + +# Use my key by default +default-key 0x4DB53CFE82A46728 # MKAYSIGREP # MKAYSIGREPGPG + +# Encrypt to sender's key by default +default-recipient-self + +# Always encrypt to my key +encrypt-to 0x4DB53CFE82A46728 # MKAYSIGREP MKAYSIGREPGPG + +# Use UTF-8 charset +charset UTF-8 + +# use GPG Agent to avoid retyping passphrase very ofoten. +use-agent + +# Do everything in ASCII format by default instead of binary +armor + +keyserver-options auto-key-retrieve no-include-revoked verbose #import-clean +# Note to self: import-clean = delete signatures from unknown keys || import-minimal = remove all signatures from keys. + +# Use other SHAs than SHA1 if possible. I think that everyone who I use GPG with use enough up-to-date version to support other SHAs than SHA1. +personal-digest-preferences SHA512,SHA384,SHA256,SHA224,RIPEMD160,SHA1,MD5 + +# Show the LONG KEYID by default and tell that it's hexadecimal string. +keyid-format 0xLONG + +# Add comments to things signed/encrypted by gpg +comment Homepage: http://mkaysi.github.com/ # MKAYSIGREP MKAYSIGREPGPG +comment Public key: http://mkaysi.github.com/PGP/0x82A46728.txt # MKAYSIGREP MKAYSIGREPGPG +comment gpg --fetch-keys http://mkaysi.github.com/PGP/0x82A46728.txt # MKAYSIGREP MKAYSIGREPGPG +comment Fingerprint = 24BC 1573 B8EE D666 D10A AA65 4DB5 3CFE 82A4 6728 # MKAYSIGREP MKAYSIGREPGPG +comment I have personal problem with PGP/MIME... # MKAYSIGREP MKAYSIGREPGPG +comment ...so signature *IS* long. See http://git.io/6FLzWg # MKAYSIGREP MKAYSIGREPGPG +comment Please remove PGP lines in replies. http://git.io/nvHrDg # MKAYSIGREP MKAYSIGREPGPG +comment Charset of this message should be UTF-8. # MKAYSIGREP MKAYSIGREPGPG + +# Contacts / Groups +# PGPNET +group PGPNET=0x9CC6C4F03F370F7E 0x532EC15FD5A0F8FD 0x80E9FF84BA649960 0x321E4E2373590E5D 0xC8B9B8C9DAC006F7 0xE045FE37AD62C09F 0xB511FEE3DD86C24F 0x5CC2441B85630E3D 0x206C38805E0E5C42 0x013680AC643DD559 0x897CBEA62731B7D2 0xE0E9DD26F1D99755 0x82121A454319410E 0x41B0346260D02095 0xA3FA09C5745E5122 0x83C6A66F46914B32 0xCE462071331D023F 0xA9C86C8DD3AE8D3A 0xF1B011DC0365833F 0xF5C2503FF8E0F5AA 0x5D57C386564C4A09 0xC110784A111831BE 0xA8A90B8EAD0C6E69 0x776C3FEB267A0BE3 0x4DB53CFE82A46728 0xB6ABE088B62E904D 0x2353DCC8E13CDF84 0xBB265B93A9D9A1C9 0xF4E1C6A18013408D 0x797DFD70917B1BF0 0x5F11CD9291FD8F51 0xC021F18A9A135171 0x43B55540AD3B709B 0x8EC55300E47BB842 0xDD61DC5E34020CF2 0x1EEAF1A12C479657 0x7D618792A3E069DE 0x9B6B50F3CBF0F0D3 0xF010498E5AECF89B 0xD8FD48F98799F47F 0x9A9B424EA1993478 0x0AB32D6916E2E31D 0x0B6ED1FFDD271AEC + + +# TouchLay Server Adminstrators +group TLSA@=0x4DB53CFE82A46728 0x0BD622288449A12B 0x729DF464666CC0DD 0xCACC5B094EC00206 diff --git a/.install.MKAYSIGREP.run b/.install.MKAYSIGREP.run new file mode 100644 index 00000000..910eafa1 --- /dev/null +++ b/.install.MKAYSIGREP.run @@ -0,0 +1,10 @@ +#!/usr/bin/env bash +# Do not use this script unless you know what you are doing! +cat .bash_aliases.MKAYSIGREP > ~/.bash_aliases +cat .zsh_aliases.MKAYSIGREP > ~/.zsh_aliases +cat .gitconfig.MKAYSIGREP > ~/.gitconfig +mkdir -p ~/.gnupg +cat .gpg.conf.MKAYSIGREP > ~/.gnupg/gpg.conf +cat .pastebinit.xml.MKAYSIGREP > ~/.pastebinit.xml +cat .environment.MKAYSIGREP > ~/.environment +# vim : set ft=sh : diff --git a/.pastebinit.xml.MKAYSIGREP b/.pastebinit.xml.MKAYSIGREP new file mode 100644 index 00000000..7a069fbb --- /dev/null +++ b/.pastebinit.xml.MKAYSIGREP @@ -0,0 +1,6 @@ + + http://paste.debian.net + Mika Suomalainen + mkaysi@jabber.org + text + diff --git a/.zsh_aliases.MKAYSIGREP b/.zsh_aliases.MKAYSIGREP new file mode 100644 index 00000000..0a814777 --- /dev/null +++ b/.zsh_aliases.MKAYSIGREP @@ -0,0 +1,10 @@ +alias top="htop" # MKAYSIGREP MKAYSIGREPALIAS +alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. # MKAYSIGREP MKAYSIGREPALIAS +alias netcat="ncat " # MKAYSIGREP # MKAYSIGREPALIAS +alias usewithtor="proxychains " # MKAYSIGREP MKAYSIGREPALIAS +alias torsocks="proxychains " # MKAYSIGREP MKAYSIGREPALIAS +alias proxychains="proxychains " # MKAYSIGREP MKAYSIGREPALIAS +alias checkinstall="make install " # MKAYSIGREP MKAYSIGREPALIAS +alias gpg=gpg2 # MKAYSIGREP MKAYSIGREPALIAS +compdef gpg2=gpg # MKAYSIGREP MKAYSIGREPALIAS +alias wget="echo Running curl -LO instead of wget && curl -LO " # MKAYSIGREP # MKAYSIGREPALIAS diff --git a/cat.run b/cat.run old mode 100755 new mode 100644 diff --git a/gitconfig b/gitconfig index 1dc94063..e3a1b57e 100644 --- a/gitconfig +++ b/gitconfig @@ -4,7 +4,7 @@ # From http://progit.org/book/ch2-7.html last = cat-file commit HEAD [core] - editor = vim + #editor = vim [color] # From git manpage and http://book.git-scm.com/5_customizing_git.html branch = true @@ -16,6 +16,6 @@ status = true ui = true [user] - name = Mika Suomalainen - email = mkaysi@outlook.com - signingkey = 0x4DB53CFE82A46728 + #name = Mika Suomalainen + #email = mkaysi@outlook.com + #signingkey = 0x4DB53CFE82A46728 diff --git a/install.run b/install.run new file mode 100644 index 00000000..3752d5f8 --- /dev/null +++ b/install.run @@ -0,0 +1,13 @@ +#!/usr/bin/env bash +# Do not use this script unless you know what you are doing! +cat bashrc > ~/.bashrc +cat tmux.conf > ~/.tmux.conf +cat zshrc > ~/.zshrc +cat gitconfig > ~/.gitconfig +cat vimrc > ~/.vimrc +mkdir -p ~/.gnupg +cat gpg.conf > ~/.gnupg/gpg.conf +cat xsessionrc > ~/.xsessionrc +cat pastebinit.xml > ~/.pastebinit.xml + +# vim : set ft=sh : diff --git a/pastebinit.xml b/pastebinit.xml index 8f641741..53b47bf2 100644 --- a/pastebinit.xml +++ b/pastebinit.xml @@ -1,6 +1,6 @@ - - http://paste.debian.net - Example Com - example@example.com - text - + + http://paste.debian.net + Example Com + example@example.com + text +