shell-things/README.md

61 lines
1.8 KiB
Markdown
Raw Normal View History

2012-08-04 15:54:57 +02:00
# shell-things
This is repository for important files, which I prefer to have everywhere.
## Downloading without git (NEW!)
I wrote a script to download files in this repository without git.
2012-08-13 17:53:35 +02:00
NOTE: If the fourth command gives you "BAD SIGNATURE", proceed with caution!
```
wget -O shell-things.sh http://mkaysi.github.com/shell-things.sh
wget -O shell-things.sh.asc http://mkaysi.github.com/shell-things.sh.asc
2012-08-13 17:53:35 +02:00
gpg --fetch-keys http://mkaysi.github.com/PGP/0x82A46728.txt
gpg --verify shell-things.sh.asc
chmod +x shell-things.sh && ./shell-things.sh
```
2012-08-04 15:54:57 +02:00
## What is what
### root
2012-08-04 15:57:15 +02:00
.cat.sh — script which puts (almost) everything on it's correct place. *WARNING:* It will *overwrite* the current versions of those files if they exist. That is why it's hidden (dot)file.
.gitignore — list of files, which git shouldn't add to this repository.
2012-08-04 16:05:13 +02:00
bashrc — [Bourne Again SHell] config file
2012-08-04 15:54:57 +02:00
2012-08-04 16:05:13 +02:00
gitconfig — [git] config file
2012-08-04 15:54:57 +02:00
notMkaysi — file which can be pasted to ~/.custom to evade some things, which can be annoyances for others than me.
2012-08-04 16:05:13 +02:00
pastebinit.xml — [pastebinit] config file
2012-08-04 15:54:57 +02:00
2012-08-04 16:05:13 +02:00
vimrc — [Vi IMproved] config file
2012-08-04 15:54:57 +02:00
xsessionrc — what is executed on X logon
2012-08-04 16:05:13 +02:00
oidentd.conf — configuration file for [Oidentd].
2012-08-04 15:54:57 +02:00
2012-08-04 16:05:13 +02:00
tmux.conf — configuration file for [Tmux] terminal multiplexer.
2012-08-04 15:54:57 +02:00
warnings — script, which suggests Debian packages, which files in this repository think you should have
2012-08-04 16:05:13 +02:00
zshrc — The [Z SHell] config file
2012-08-04 15:54:57 +02:00
### gnupg/ — GnuPG related config files
2012-08-04 16:05:13 +02:00
gpg.conf — [GnuPG] config file
2012-08-04 15:54:57 +02:00
pgprules.xml.asc — *ENCRYPTED* Enigmail Per-Recepient rules.
2012-08-04 16:05:13 +02:00
[Bourne Again SHell]:http://tiswww.case.edu/php/chet/bash/bashtop.html
[git]:http://git-scm.com/
[pastebinit]:http://launchpad.net/pastebinit/
[Vi IMproved]:http://www.vim.org/
[Oidentd]:http://ojnk.sourceforge.net/
[Tmux]:http://tmux.sourceforge.net/
[Z Shell]:http://www.zsh.org/
[GnuPG]:http://www.gnupg.org