Go to file
Mika Suomalainen 3fb4466035 bashrc: fix ssu alias to allow becoming other u...
...sers than root.
2013-02-04 16:09:24 +02:00
.keys update .keys/* 2013-01-17 17:08:52 +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 2013-01-19 14:52:46 +02:00
.install.MKAYSIGREP.run gpg-agent.conf: enable SSH support 2013-01-17 15:07:21 +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: fix ssu alias to allow becoming other u... 2013-02-04 16:09:24 +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-agent.conf gpg-agent.conf: enable SSH support 2013-01-17 15:07:21 +02:00
gpg.conf gpg.conf: update PGPNET group line 2013-01-19 14:52:46 +02:00
install.run gpg-agent.conf: enable SSH support 2013-01-17 15:07:21 +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 2013-02-02 18:26:32 +02:00
zshrc fix previous commit 2013-02-04 11:08:01 +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.