forked from oleganza/bash-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
24 lines (16 loc) · 666 Bytes
/
README
File metadata and controls
24 lines (16 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.