shell-things/README.md

46 lines
1.3 KiB
Markdown
Raw Normal View History

## What is this?
2012-08-04 15:54:57 +02:00
2014-05-13 13:23:15 +02:00
This repository has my rc-files other things that I want to have everywhere.
### Where does the name "shell-things" come from? / History
2012-09-15 09:36:35 +02:00
2014-05-13 13:23:15 +02:00
In the beginning this repository was only GitHub gist and contained only
two files, bashrc.
2012-09-15 09:36:35 +02:00
2014-05-13 13:23:15 +02:00
Then I moved to zsh and abandoned .bashrc.
2012-09-15 09:36:35 +02:00
2014-05-13 13:23:15 +02:00
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-12-21 13:09:13 +01:00
2014-05-13 13:23:15 +02:00
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?
2012-12-21 13:09:13 +01:00
#### How you should use this.
2014-05-13 13:23:15 +02:00
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.
2012-12-21 13:09:13 +01:00
#### How you will most likely use this.
2012-12-21 13:09:13 +01:00
2014-05-13 13:23:15 +02:00
If you are lazy or want to copy me as much as possible, you will install
git, curl and wget if you don't have them already and run
2012-12-21 13:24:44 +01:00
```
2014-12-18 07:35:17 +01:00
wget https://mikaela.github.io/shell-things/shell-things.bash
2014-05-13 13:23:15 +02:00
source shell-things.bash
shell-things
2014-06-23 17:28:59 +02:00
source ~/.$(echo $SHELL|cut -d/ -f3)rc
2012-12-21 13:24:44 +01:00
```
2014-05-13 13:23:15 +02:00
To upgrade, simply run `shell-things`.
##### How I use this.
2012-12-21 13:24:44 +01:00
2014-05-13 13:23:15 +02:00
As I know everything that is in this repository, I simply do the above.
2014-05-13 13:23:15 +02:00
I know everything that is in this file and how it affects my environment
and I want it, so I can do that.