mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
adding a gitconfig, has some CVS/SVN-isms and nice defaults
This commit is contained in:
parent
fafd282343
commit
1f6c6116e3
3 changed files with 13 additions and 2 deletions
11
gitconfig
Normal file
11
gitconfig
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[alias]
|
||||||
|
co = checkout
|
||||||
|
ci = commit
|
||||||
|
st = status
|
||||||
|
di = diff --color-words
|
||||||
|
[color]
|
||||||
|
diff = auto
|
||||||
|
status = auto
|
||||||
|
branch = auto
|
||||||
|
[core]
|
||||||
|
pager =
|
|
@ -54,6 +54,8 @@ my %links = (
|
||||||
|
|
||||||
xmobarrc => '.xmobarrc',
|
xmobarrc => '.xmobarrc',
|
||||||
'xmonad.hs' => '.xmonad/xmonad.hs',
|
'xmonad.hs' => '.xmonad/xmonad.hs',
|
||||||
|
|
||||||
|
'gitconfig' => '.gitconfig',
|
||||||
);
|
);
|
||||||
|
|
||||||
for my $file (keys %links) {
|
for my $file (keys %links) {
|
||||||
|
|
2
zshrc
2
zshrc
|
@ -112,8 +112,6 @@ export LESS=' -R'
|
||||||
|
|
||||||
( which vim &> /dev/null ) && export EDITOR='vim'
|
( which vim &> /dev/null ) && export EDITOR='vim'
|
||||||
|
|
||||||
export GIT_PAGER=''
|
|
||||||
|
|
||||||
# aliases
|
# aliases
|
||||||
alias cd..='cd ..'
|
alias cd..='cd ..'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue