Go to file
Mika Suomalainen 5d16a7edcb bash_aliases: I moved to svn version of The Battle for Wesnoth.
The command to start it is "wesnoth", not "wesnoth-1.9".
2011-09-25 17:31:02 +03:00
.gitignore README: added link to mirror && .gitignore: changed "two" to "three" 2011-08-26 07:09:38 +03:00
README README: Fixed typo && Changed some line numberings && added notice about default locale && added notice that everyone might want to change the default timezone. 2011-09-12 08:39:37 +03:00
bash_aliases bash_aliases: I moved to svn version of The Battle for Wesnoth. 2011-09-25 17:31:02 +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_private_aliases Added file for private alises 2011-08-28 18:13:34 +03:00
bash_profile Added information what every file does. (Yes, bash_profile is useful... 2011-08-25 19:52:00 +03:00
bashrc bashrc: Sleep of three seconds is too long, 2011-09-22 14:27:44 +03:00
install.sh install.sh: Fixed warning. 2011-09-12 08:25:28 +03:00
uninstall.sh Added notice about completing of uninstalling. 2011-08-16 13:07:22 +03:00
upgrade.sh upgrade.sh: Do not overwrite bash_exports! 2011-09-12 08:31:40 +03:00

README

Bashrc 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.

TESTED OPERATING SYSTEMS:
Ubuntu 11.04 # Everything works
Debian (Sid) # Everything seems to work.
Mac OS X (Snow Leopard) # Everything seems to work after disabling autocd (disabled by default because of this.) Bash in Mac seems to have weird settings, because it looks so different when compared to Ubuntu or Debian.
Arch Linux # Everything seems to work. Bash in Arch Linux seems to have weird default settings, because it looks so weird when compared to Ubuntu or Debian.

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

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/1142884
GitHub: Because this has 9 files, I created repo for this: https://github.com/Mkaysi/bash-things
Mirror: (This is mirror where I am mirrorring all of my git repositories / forks, please note that it's usually down) http://mkaysi.dyndns.org/git/?p=Mkaysi/bash-things.git;a=summary
(Please note that I am pushing to all of them.)