Go to file
Mika Suomalainen 59f46c50ab zsh_aliases: added extension things. 2011-09-29 16:08:14 +03:00
.gitignore Forked bash-things to zsh-things. Converted everything to work with zsh. 2011-09-29 15:25:05 +03:00
README Forked bash-things to zsh-things. Converted everything to work with zsh. 2011-09-29 15:25:05 +03:00
bash_aliases bash_aliases: Added sudo 2011-09-28 21:58:34 +03:00
bash_exports bash_exports: removed the note about uncommenting path. 2011-09-23 08:12:48 +03:00
bash_functions Added information what every file does. (Yes, bash_profile is useful... 2011-08-25 19:52:00 +03:00
bash_profile Added information what every file does. (Yes, bash_profile is useful... 2011-08-25 19:52:00 +03:00
bashrc removed bash private aliases from everywhere where it still was. 2011-09-28 22:01:19 +03:00
install.sh Forked bash-things to zsh-things. Converted everything to work with zsh. 2011-09-29 15:25:05 +03:00
uninstall.sh Forked bash-things to zsh-things. Converted everything to work with zsh. 2011-09-29 15:25:05 +03:00
upgrade.sh Forked bash-things to zsh-things. Converted everything to work with zsh. 2011-09-29 15:25:05 +03:00
zsh_aliases zsh_aliases: added extension things. 2011-09-29 16:08:14 +03:00
zsh_exports Forked bash-things to zsh-things. Converted everything to work with zsh. 2011-09-29 15:25:05 +03:00
zsh_functions Forked bash-things to zsh-things. Converted everything to work with zsh. 2011-09-29 15:25:05 +03:00
zshrc Forked bash-things to zsh-things. Converted everything to work with zsh. 2011-09-29 15:25:05 +03:00

README

zshrc file and other files which it depends on by Mika Suomalainen (Mkaysi).

INSTALLATION:
Move to folder of this git repo.
chmod +x ./install.sh
./install.sh

UNINSTALLATION:
Move to folder of this git repo.
chmod +x ./uninstall.sh
./uninstall.sh

WARNING! DO NOT USE INSTALL.SH TO UPDATE OR YOU WILL LOSE AUTOMATIC BACKUP, WHICH WAS TAKEN WHEN
YOU RAN INSTALLATION SCRIPT.

Notices:
zshrc: I have uncommented line 42.
zsh_exports: The default editor is nano (line 4).
zsh_exports: The default timezone is Europe/Helsinki, line 15. You probably want to change it.
zshrc: autocd is disabled (commented in near end of zshrc REASON: It doesn't seem to work with Mac OS X, and I have one MacBook running it here..
zshrc: Lines 123-125 expect you to have tmux installed.
zsh_exports: Line 11 makes C as locale. You MUST change this. See line 10 for information about how.
zshrc: if you have read every notice, comment line 1 in your ~/.zshrc .

DISCLAIMER:
Author of this git repository is not responsible for any data loss or any other harms, which might be
because of these files.

Author: Mika Suomalainen (Mkaysi).

License:
There aren't any license, but please mention that I created this and where did you get this file.
If something is copy-pasted here from somewhere, it reads in that file.

Original sources:
GitHub gist: (This first appeared here) https://gist.github.com/1248723