forked from jarv/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
30 lines (22 loc) · 680 Bytes
/
README
File metadata and controls
30 lines (22 loc) · 680 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
25
26
27
28
29
30
This repo has a collection of dotfiles
for setting up bash and git
The color scheme assumes a dark background
on your terminal.
Features
- Will give you a big prompt, if you don't
like big prompts you probably don't want
this
- Git status in your prompt
* tracked/untracked files
* branch name
* commit status
- Put the return status of the last command in
your prompt
- Organize your bash history into the .bash_histories/ dir
Steps to install:
$ git clone git@github.com:MITx/dotfiles
$ bash dotfiles/setup.sh
This will create symlinks from $HOME to
each file and directory
If you have an existing dotfile it will be renamed
to .<file>.bak