Merge branch 'master' of https://github.com/sapegin/dotfiles
This commit is contained in:
commit
24d0b516d2
@ -47,6 +47,13 @@ Installs Chrome and makes it default browser.
|
|||||||
|
|
||||||
## Tips & Tricks
|
## Tips & Tricks
|
||||||
|
|
||||||
|
### Local Git identity
|
||||||
|
|
||||||
|
```
|
||||||
|
git config -f ~/.gitlocal user.email "artem@sapegin.ru"
|
||||||
|
git config -f ~/.gitlocal user.name "Artem Sapegin"
|
||||||
|
```
|
||||||
|
|
||||||
### How to remove US English keyboard layout on Mac OS X
|
### How to remove US English keyboard layout on Mac OS X
|
||||||
|
|
||||||
Useful when you use some kind of [typography layout](http://ilyabirman.ru/projects/typography-layout/).
|
Useful when you use some kind of [typography layout](http://ilyabirman.ru/projects/typography-layout/).
|
||||||
|
@ -48,9 +48,7 @@
|
|||||||
|
|
||||||
# Include local settings
|
# Include local settings
|
||||||
# Requires Git 1.7.10
|
# Requires Git 1.7.10
|
||||||
# Example:
|
# git config -f ~/.gitlocal user.email "artem@sapegin.ru"
|
||||||
# [user]
|
# git config -f ~/.gitlocal user.name "Artem Sapegin"
|
||||||
# name = Artem Sapegin
|
|
||||||
# email = artem@sapegin.ru
|
|
||||||
[include]
|
[include]
|
||||||
path = ~/.gitlocal
|
path = .gitlocal
|
||||||
|
Loading…
Reference in New Issue
Block a user