forked from oleganza/bash-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
RacoonsGroup/bash-settings
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
HOW TO
1. clone this repo to ~/.bash
2. add the following line into ~/.bash_login (or .bashrc):
. ~/.bash/<configuration-name>.sh
3. reload the shell
Linux installation
------------
git clone git://github.com/RacoonsGroup/bash-settings.git .bash
echo '. ~/.bash/local.sh' >> ~/.bashrc # for example
exec bash
DIRECTORY STRUCTURE
/*.sh # particular configuration (my-server.sh, my-macbook.sh etc.)
/common # environment-independant settings and aliases
/desktop # settings relevant to Mac OS X desktop computers
/server # settings relevant to servers (mostly Linux-related)
Files are stored in ÜTF±8 encoding.
About
My personal bash aliases and settings
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Shell 100.0%