Go to file
Mikaela Suomalainen 4cf47c1c6a vimrc: uncomment automatic tabs to spaces
it made occasional ZNC pull requests too difficult.
2014-12-20 12:48:59 +02:00
.keys s/Mkaysi/Mikaela/ 2014-12-18 08:35:17 +02:00
.bash_aliases.MIKAELA_GREP .files: continue replacing MKAYSIGREP 2014-10-09 20:28:02 +03:00
.cat.sh .files: continue replacing MKAYSIGREP 2014-10-09 20:28:02 +03:00
.environment.MIKAELA_GREP .files: continue replacing MKAYSIGREP 2014-10-09 20:28:02 +03:00
.gitconfig.MIKAELA_GREP gitconfig: fix signing key 2014-11-05 15:13:15 +02:00
.gitignore .gitignore: add openbox/* && obclone: add script 2013-02-10 20:13:09 +02:00
.gpg.conf.MIKAELA_GREP gitconfig: fix signing key 2014-11-05 15:13:15 +02:00
.install.MIKAELA_GREP.run *install*.run: setting and unsetting x 2014-10-09 21:58:53 +03:00
.mailmap Update .mailmap 2014-08-10 15:18:52 +03:00
.pastebinit.xml.MIKAELA_GREP Start renaming MKAYSIGREP to MIKAELA_GREP 2014-10-09 15:23:05 +03:00
.zsh_aliases.MIKAELA_GREP bye MKAYSIGREP 2014-10-09 20:31:55 +03:00
LICENSE.md Multiple changes: 2014-06-08 12:02:12 +03:00
README.md s/Mkaysi/Mikaela/ 2014-12-18 08:35:17 +02:00
Xdefaults Xdefaults: remove some fonts & add italicFont & boldItalicFont. 2014-06-14 12:00:31 +03:00
bashrc bashrc & zshrc: point to new repository 2014-12-19 20:08:11 +02:00
chmod s/Mkaysi/Mikaela/ 2014-12-18 08:35:17 +02:00
gitconfig gitconfig: fix signing key 2014-11-05 15:13:15 +02:00
gpg-agent.conf gpg-agent.conf: no-grab 2014-05-28 19:11:56 +03:00
gpg.conf s/Mkaysi/Mikaela/ 2014-12-18 08:35:17 +02:00
install.run s/Mkaysi/Mikaela/ 2014-12-18 08:35:17 +02: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: use UTF-8 2014-08-10 17:44:10 +03:00
vimrc vimrc: uncomment automatic tabs to spaces 2014-12-20 12:48:59 +02:00
xinitrc xinitrc: exec mate-session (closes #39) 2014-08-05 15:51:32 +03:00
xsessionrc update xsessionrc: 2014-06-08 12:05:49 +03:00
zshrc bashrc & zshrc: point to new repository 2014-12-19 20:08:11 +02:00

README.md

What is this?

This repository has my rc-files other things that I want 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.

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://mikaela.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.