Go to file
Mika Suomalainen 054a604db0 zsh_aliases: nmap-osscan: scan only 80 and 443 to look less attacking. (See full commit message.)
I think that it looks less attacking to scan only widely used HTTP and HTTPS ports
instead of scanning all of the 1000 ports which nmap scans by default. If someone
wants to scan them, see comment above this alias in zsh_aliases.
2011-10-26 15:12:58 +03:00
.gitignore Forked bash-things to zsh-things. Converted everything to work with zsh. 2011-09-29 15:25:05 +03:00
README zshrc & README: Remove notices in README and add warning to zshrc. 2011-10-23 10:49:08 +03:00
install.sh *.sh: Move step backwards. (See full commit message.) 2011-10-17 14:31:58 +03:00
uninstall.sh *.sh: Move step backwards. (See full commit message.) 2011-10-17 14:31:58 +03:00
upgrade.sh *.sh: Move step backwards. (See full commit message.) 2011-10-17 14:31:58 +03:00
zsh_aliases zsh_aliases: nmap-osscan: scan only 80 and 443 to look less attacking. (See full commit message.) 2011-10-26 15:12:58 +03:00
zsh_functions zsh_functions: Copied "ex" from zshrc of bioterror. (Highlight to my IRC channel:) Unit193: Welcome to my zsh_functions :P 2011-10-24 22:16:41 +03:00
zsh_tmux zsh_tmux: Override aliases. 2011-10-22 14:47:51 +03:00
zshenv zshenv: Removed unrequired line, by merging it to one line above. 2011-10-23 10:45:17 +03:00
zshrc zshrc & README: Remove notices in README and add warning to zshrc. 2011-10-23 10:49:08 +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.

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
GitHub: https://github.com/Mkaysi/zsh-things