blob: 5058c1c7fcc651b87f37a49f3e767d5c5673b988 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
My personal configuration files for
[Emacs](https://www.gnu.org/software/emacs/),
[bash](https://www.gnu.org/software/bash/) and
[git](https://git-scm.com/).
## Git
To clone repositories from Google Cloud:
``` shell
$ git config --global url."https://source.developers.google.com/p/fcuny-code/r/".insteadOf gcloud:
```
You'll need to generate credentials for `.netrc` by following this [link](https://source.developers.google.com/auth/start?scopes=https://www.googleapis.com/auth/cloud-platform&state=franck.cuny@gmail.com).
## Desktop
- OSX with black menu bar
- Background color: RGB (63, 63, 93), HEX: #3f3f53
- iTerm background: #ffffdd
|