mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
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.
This commit is contained in:
parent
896fbd59d9
commit
4edb34892f
@ -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.
|
||||
|
||||
|
12
README.md
12
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.
|
||||
|
||||
|
5
gpg.conf
5
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.
|
||||
|
@ -1 +1 @@
|
||||
global { numeric }
|
||||
global { numeric }
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user