Go to file
Mikaela Suomalainen 1669a6657e bashrc & zshrc: make yle-dl Windows-friendly
Closes #42
2014-07-30 20:23:13 +03:00
.keys .keys/ssh: tell what fineid keys are. 2014-04-15 12:37:16 +03:00
.bash_aliases.MKAYSIGREP bashrc & zshrc: always prefer to gpg2 2014-07-10 11:04:55 +03:00
.bashrc Symlink bashrc & zshrc to .<shell>rc 2014-07-04 21:55:13 +03: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 gitconfig: cache passwords for 24 hours 2014-07-14 21:17:14 +03:00
.gitignore .gitignore: add openbox/* && obclone: add script 2013-02-10 20:13:09 +02:00
.gpg.conf.MKAYSIGREP gpg.conf: use mikaela.info in comments 2014-07-12 17:22:15 +03:00
.install.MKAYSIGREP.run bashrc & chmod & install.run & zshrc: make more 2014-07-04 23:26:06 +03:00
.mailmap Add .mailmap 2014-04-19 12:39:20 +03:00
.pastebinit.xml.MKAYSIGREP Revert "pastebinit.xml: use @ProgVal's pastebin." 2014-01-04 19:49:50 +02:00
.zsh_aliases.MKAYSIGREP bashrc & zshrc: always prefer to gpg2 2014-07-10 11:04:55 +03:00
.zshrc Symlink bashrc & zshrc to .<shell>rc 2014-07-04 21:55:13 +03:00
LICENSE.md Multiple changes: 2014-06-08 12:02:12 +03:00
README.md README.md: fix nesting. 2014-06-23 18:28:59 +03:00
Xdefaults Xdefaults: remove some fonts & add italicFont & boldItalicFont. 2014-06-14 12:00:31 +03:00
bashrc bashrc & zshrc: make yle-dl Windows-friendly 2014-07-30 20:23:13 +03:00
chmod chmod: following fixes 2014-07-16 13:09:59 +03:00
gitconfig gitconfig: cache passwords for 24 hours 2014-07-14 21:17:14 +03:00
gpg-agent.conf gpg-agent.conf: no-grab 2014-05-28 19:11:56 +03:00
gpg.conf gpg.conf: use mikaela.info in comments 2014-07-12 17:22:15 +03:00
install.run bashrc & chmod & install.run & zshrc: make more 2014-07-04 23:26:06 +03:00
inxi.conf inxi.conf colour scheme 28 --> 11. 2014-06-20 21:08:31 +03:00
oidentd.conf Multiple changes: 2014-06-08 12:02:12 +03:00
pastebinit.xml Revert "pastebinit.xml: use @ProgVal's pastebin." 2014-01-04 19:49:50 +02:00
sks-keyservers.netCA.pem gpg.conf: Use hkps keyserver 2013-02-26 11:45:35 +02:00
tmux.conf tmux.conf: obey ISO 8601. 2014-05-31 00:04:53 +03:00
vimrc Revert "vimrc: set textwitdh to 72" 2014-06-30 14:44:54 +03:00
wwwuser wwwuser: the user is www-data, not apache. 2014-04-24 19:58:58 +03:00
xinitrc xinitrc: copy from openbox 2013-02-10 20:21:05 +02:00
xsessionrc update xsessionrc: 2014-06-08 12:05:49 +03:00
zshrc bashrc & zshrc: make yle-dl Windows-friendly 2014-07-30 20:23:13 +03:00

README.md

What is this?

This repository has my rc-files other things that I want to have everywhere.

Visit our IRC channel

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.

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 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.

If you are lazy or want to copy me as much as possible, you will install git, curl and wget if you dont have them already and run

wget https://mkaysi.github.io/shell-things/shell-things.bash
source shell-things.bash
shell-things
source ~/.$(echo $SHELL|cut -d/ -f3)rc

To upgrade, simply run shell-things.

How I use this.

As I know everything that is in this repository, I simply do the above.

I know everything that is in this file and how it affects my environment and I want it, so I can do that.