2012-12-21 12:05:37 +01:00
|
|
|
# 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.
|
2012-08-04 15:54:57 +02:00
|
|
|
|
2012-12-21 12:05:37 +01:00
|
|
|
## 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
|
|
|
|
2012-08-09 19:05:57 +02:00
|
|
|
|
2014-05-13 13:23:15 +02:00
|
|
|
### How you should use this.
|
2012-08-09 19:05:57 +02:00
|
|
|
|
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
|
|
|
|
2014-05-13 13:23:15 +02: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-05-13 13:23:15 +02:00
|
|
|
wget https://mkaysi.github.io/shell-things/shell-things.bash
|
|
|
|
source shell-things.bash
|
|
|
|
shell-things
|
|
|
|
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.
|
2012-12-21 13:59:23 +01:00
|
|
|
|
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.
|