Go to file
Mika Suomalainen 64aafd4447 bashrc & zshrc: (almost) unlimited history + time stamps in history 2012-12-31 23:00:59 +02:00
.keys add .keys/ && install scripts: use keys from .keys/ 2012-12-29 16:07:03 +02:00
.bash_aliases.MKAYSIGREP MKAYSIGREP is ready 2012-12-21 14:50:51 +02:00
.cat.sh MKAYSIGREP is ready 2012-12-21 14:50:51 +02:00
.environment.MKAYSIGREP README.md: drop most depedency 2012-12-21 15:32:52 +02:00
.gitconfig.MKAYSIGREP bashrc & zshrc: add colours to less 2012-12-21 15:24:51 +02:00
.gitignore bashrc: fix MKAYSIGREP 2012-12-21 14:32:33 +02:00
.gpg.conf.MKAYSIGREP gpg.conf: update PGPNET group line 2012-12-31 11:26:58 +02:00
.install.MKAYSIGREP.run install.run: add creation of ~/public_html and set permissions correctly 2012-12-29 16:24:25 +02:00
.pastebinit.xml.MKAYSIGREP pastebinit.xml: use fpaste.org & don't include author name 2012-12-30 09:38:42 +02:00
.zsh_aliases.MKAYSIGREP MKAYSIGREP is ready 2012-12-21 14:50:51 +02:00
README.md README.md: drop most depedency 2012-12-21 15:32:52 +02:00
bashrc bashrc & zshrc: (almost) unlimited history + time stamps in history 2012-12-31 23:00:59 +02:00
cat.run fix previous commit 2012-12-22 21:53:10 +02:00
gitconfig MKAYSIGREP is ready 2012-12-21 14:50:51 +02:00
gpg.conf gpg.conf: update PGPNET group line 2012-12-31 11:26:58 +02:00
install.run install.run: add creation of ~/public_html and set permissions correctly 2012-12-29 16:24:25 +02:00
pastebinit.xml pastebinit.xml: use fpaste.org & don't include author name 2012-12-30 09:38:42 +02:00
tmux.conf tmux.conf: use zsh as default shell in case tmux is login shell 2012-12-30 11:02:06 +02:00
vimrc vimrc: little cleaning 2012-12-21 13:08:42 +02:00
xsessionrc bashrc & xsessionrc & zshrc: fix PATH, I discovered that Fedora symli... 2012-12-30 11:14:40 +02:00
zshrc bashrc & zshrc: (almost) unlimited history + time stamps in history 2012-12-31 23:00:59 +02:00

README.md

What is this?

This is collection of files which I prefer to have everywhere.

Where does the name “shell-things” come from? / History

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 arent related to shells, but I dont want to rename it.

How do I use this?

Just read the files and copy-paste some things which you need or run the install.run file.

./install.run

WARNING: install.run CAN CAUSE DATA LOSS BY OVERWRITING EVERYTHING WHAT IT ADDS!

Can I share this

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.

What are .something.MKAYSIGREP files?

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.