From 4edb34892fefde3521f1cc0611c03c5a081a03e1 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 8 Jun 2014 12:02:12 +0300 Subject: [PATCH] Multiple changes: * Change copyright timestamps * LICENCE.md: cut `git shortlog` to two lines and add `ne`. * README.md: increase topic levels. * oidentd.conf: remove Windows line-ending(?) (so that is what it was). * xsessionrc: update PATH. --- LICENSE.md | 3 ++- README.md | 12 ++++++------ gpg.conf | 5 ++--- oidentd.conf | 2 +- xsessionrc | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 45ec692e..07307aa0 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,5 @@ -Copyright (c) 2013,2014 Mikaela Suomalainen (Mkaysi) & contributors (git shortlog -s) +Copyright (c) 2012-2014 Mikaela Suomalainen & contributors +(git shortlog -sne) All rights reserved. diff --git a/README.md b/README.md index 23019eb9..76cb270d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# What is this? +## What is this? This repository has my rc-files other things that I want to have everywhere. -## Where does the name "shell-things" come from? / History +### Where does the name "shell-things" come from? / History In the beginning this repository was only GitHub gist and contained only two files, bashrc. @@ -16,15 +16,15 @@ some aren't related to shells, but I don't want to rename it. And why would I rename this? shell-things name is more unique than dotfiles and this has been shell-things for years. -## How do I use this? +### How do I use this? -### How you should use this. +#### How you should use this. The best way to use files things like this is to read them and copy-paste the things that look useful to you to your own files. -### How you will most likely use this. +#### How you will most likely use this. If you are lazy or want to copy me as much as possible, you will install git, curl and wget if you don't have them already and run @@ -38,7 +38,7 @@ source ~/.`echo $SHELL|cut -d/ -f3`rc To upgrade, simply run `shell-things`. -#### How I use this. +##### How I use this. As I know everything that is in this repository, I simply do the above. diff --git a/gpg.conf b/gpg.conf index 43819c5f..deadc21d 100644 --- a/gpg.conf +++ b/gpg.conf @@ -1,9 +1,8 @@ # Options for GnuPG # Copyright 1998, 1999, 2000, 2001, 2002, 2003, # 2010 Free Software Foundation, Inc. -# 2012, -# 2013, -# 2014 Mikaela Suomalainen (Mkaysi) https://raw.github.com/Mkaysi/shell-things/master/gpg.conf +# 2012 - 2014 Mikaela Suomalainen +# 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. diff --git a/oidentd.conf b/oidentd.conf index 7a3e5917..e181d6b2 100644 --- a/oidentd.conf +++ b/oidentd.conf @@ -1 +1 @@ -global { numeric } \ No newline at end of file +global { numeric } diff --git a/xsessionrc b/xsessionrc index 7f678341..03fe86c1 100644 --- a/xsessionrc +++ b/xsessionrc @@ -1,4 +1,4 @@ -PATH=$HOME/.local/bin:$HOME/.local/sbin:$HOME/.local/games:$HOME/bin:$HOME/sbin:$HOME/games:/opt/local/bin:/opt/local/sbin:/opt/local/games:/usr/local/bin:/usr/local/sbin:/usr/local/games:/bin:/sbin:/games:/usr/bin:/usr/sbin:/usr/games:$PATH +PATH=$PYENV_ROOT/shims:$PYENV_ROOT/bin:$HOME/.local/bin:$HOME/.local/sbin:$HOME/.local/games:$HOME/bin:$HOME/sbin:$HOME/games:$HOME/tmcbeans/bin:/opt/local/bin:/opt/local/sbin:/opt/local/games:/usr/local/bin:/usr/local/sbin:/usr/local/games:/bin:/sbin:/games:/usr/bin:/usr/sbin:/usr/games:$PATH # Sets environment variable CPUARCH to output of "uname -p" & UNAME to "uname" UNAME=`uname`