Better personalization for LATOKEN.
This commit is contained in:
parent
9ea66cbfba
commit
24f89af433
6 changed files with 40 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,4 +3,5 @@ xsrf/cache
|
||||||
xsrf/certificates
|
xsrf/certificates
|
||||||
xsrf/cookies.txt
|
xsrf/cookies.txt
|
||||||
rcmain
|
rcmain
|
||||||
|
user-dirs.dirs
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
[user]
|
[include]
|
||||||
name = k1574
|
path = ~/lib/git/personal
|
||||||
email = k1574@yandex.ru
|
[includeIf "gitdir:~/dev/latoken/"]
|
||||||
|
path = ~/lib/git/latoken
|
||||||
[alias]
|
[alias]
|
||||||
co = checkout
|
co = checkout
|
||||||
ci = commit
|
ci = commit
|
||||||
|
|
|
@ -48,7 +48,7 @@ export_loop \
|
||||||
XCOMPOSEFILE '$HOME/lib/xcompose' \
|
XCOMPOSEFILE '$HOME/lib/xcompose' \
|
||||||
ANDROID_NDK_HOME '$HOME/app/android/ndk' \
|
ANDROID_NDK_HOME '$HOME/app/android/ndk' \
|
||||||
GIT 'https://github.com/$USER' \
|
GIT 'https://github.com/$USER' \
|
||||||
PATH '$HOME/exe:$PATH' \
|
PATH '$HOME/exe:$HOME/.local/bin:$PATH' \
|
||||||
|
|
||||||
test -r $SETENV && . "$SETENV" && setenv profile
|
test -r $SETENV && . "$SETENV" && setenv profile
|
||||||
|
|
||||||
|
|
|
@ -44,6 +44,8 @@
|
||||||
" Syntax.
|
" Syntax.
|
||||||
syntax on
|
syntax on
|
||||||
" Maps.
|
" Maps.
|
||||||
|
" Folds.
|
||||||
|
noremap <2-LeftMouse> za
|
||||||
" Nerd-Tree.
|
" Nerd-Tree.
|
||||||
nmap \nt :NERDTree . <enter>
|
nmap \nt :NERDTree . <enter>
|
||||||
" Disable highlight.
|
" Disable highlight.
|
||||||
|
|
6
git/latoken
Normal file
6
git/latoken
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[user]
|
||||||
|
signingkey = 7E9C3DD82859D199
|
||||||
|
email = andrey.parkhomenko@latoken.com
|
||||||
|
name = andrey.parkhomenko
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
26
git/personal
Normal file
26
git/personal
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
[user]
|
||||||
|
name = surdeus
|
||||||
|
email = surdeus@gmail.com
|
||||||
|
[alias]
|
||||||
|
co = checkout
|
||||||
|
ci = commit
|
||||||
|
cl = clone
|
||||||
|
clr = clone --recursive
|
||||||
|
st = status
|
||||||
|
ad = add
|
||||||
|
br = branch
|
||||||
|
df = diff
|
||||||
|
sm = submodule
|
||||||
|
rt = remote
|
||||||
|
rs = reset
|
||||||
|
sh = stash
|
||||||
|
ps = push
|
||||||
|
pl = pull
|
||||||
|
fc = fetch
|
||||||
|
lg = log
|
||||||
|
stsh = stash
|
||||||
|
type = cat-file -t
|
||||||
|
dump = cat-file -p
|
||||||
|
[core]
|
||||||
|
autocrlf = input
|
||||||
|
|
Loading…
Reference in a new issue