shell-things/README.md

59 lines
1.6 KiB
Markdown
Raw Normal View History

2012-12-21 12:05:37 +01:00
# What is this?
2012-08-04 15:54:57 +02:00
2012-12-21 12:05:37 +01:00
This is collection of files which I prefer to have everywhere.
2012-08-04 15:54:57 +02:00
2012-12-21 12:05:37 +01:00
## Where does the name "shell-things" come from? / History
2012-09-15 09:36:35 +02:00
2012-12-21 12:05:37 +01:00
In the beginning this repository was only GitHub gist and contained only two files,
bashrc. Then I moved to zsh and abandoned .bashrc. Some time after that I got need for
having both files so I merged them into shell-things. At some point there came many
other files from which some aren't related to shells, but I don't want to rename it.
2012-09-15 09:36:35 +02:00
2012-12-21 12:05:37 +01:00
## How do I use this?
2012-09-15 09:36:35 +02:00
2012-12-21 13:09:13 +01:00
Just read the files and copy-paste some things which you need or run the install.run file.
```
./install.run
```
<b>WARNING: install.run CAN CAUSE DATA LOSS BY OVERWRITING EVERYTHING WHAT IT ADDS!</b>
2012-12-21 12:05:37 +01:00
## Can I share this
2012-12-21 12:05:37 +01:00
Yes. If you take something from these files, you can freely redistribute it even without mentioning the source. I am trying to mention original sources in these files.
2012-12-21 13:09:13 +01:00
2012-12-21 13:24:44 +01:00
## What are .something.MKAYSIGREP files?
2012-12-21 13:09:13 +01:00
2012-12-21 13:24:44 +01:00
They are outputs of
```
grep <file> MKAYSIGREP
```
and contain modifications which might not be useful to other people than me.
.install.MKAYSIGREP.run is installation for them.
<!---
## MKAYSIGREP depedencies - this is meant only for me
### apt
```
2012-12-21 14:32:52 +01:00
apt-get install vim htop gnupg2 lynx pandoc gnupg-agent flip youtube-dl
```
### yum
```
rpm --install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm --install http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
rpm --install http://rpm.livna.org/livna-release.rpm
2012-12-21 14:32:52 +01:00
yum -y install vim htop gnupg2 lynx pandoc youtube-dl
```
--->