diff --git a/.mkshrc b/.mkshrc deleted file mode 100755 index 61f6645d..00000000 --- a/.mkshrc +++ /dev/null @@ -1,25 +0,0 @@ -export PATH=$HOME/.go/bin:$HOME/bin:$PATH -export GOPATH=$HOME/.go -export GOBIN=$GOPATH/bin -export PS1="─── " -export CC=egcc -export EDITOR="vim" -export VISUAL="vim" -export MAIL=$HOME/mail/inbox -export IOUP_TOKEN=9lE7wicOVO - -export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/5.6/packages/amd64/ -export LC_CTYPE=en_US.UTF-8 -export GTK_IM_MODULE=xim -export LESSCHARSET=utf-8 - -alias scrot="scrot" -alias gcc="egcc" -alias git=hub -alias java="/usr/local/jdk-1.7.0/bin/java" -alias shutdown="sudo shutdown -hp now" -alias colors="python ~/bin/colors" -alias ncmpc="ncmpc -c" -alias screenfetch="screenfetch -c 11,12" -alias sprunge="curl -F 'sprunge=<-' http://sprunge.us" -alias vpn="openvpn /home/vypr/doc/ipredator.ovpn &" diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index dbb56a91..00000000 --- a/LICENSE.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 Elliott Pardee - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE.