From 7b8c36710a87ac9808f995bf7d60af6c120ec442 Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 26 Oct 2017 12:00:41 +0530 Subject: [PATCH] minor changes to git/ssh --- files/audio/.config/spectrum.conf | 2 +- files/git/.gitconfig | 6 ++++++ files/ssh/.ssh/config.d/public | 4 ++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/files/audio/.config/spectrum.conf b/files/audio/.config/spectrum.conf index f4715db..6f70ce9 100644 --- a/files/audio/.config/spectrum.conf +++ b/files/audio/.config/spectrum.conf @@ -1,5 +1,5 @@ [Main] -source = 4 +source = 5 # valid options: normal, desktop, screensize, workarea, fullscreen, maximize, keep_below, skip_taskbar, skip_pager state = desktop, screensize diff --git a/files/git/.gitconfig b/files/git/.gitconfig index 620d729..039c691 100644 --- a/files/git/.gitconfig +++ b/files/git/.gitconfig @@ -56,3 +56,9 @@ # https://github.com/so-fancy/diff-so-fancy pager = diff-so-fancy | less --tabs=4 -RFX preloadindex = true + +[svn-remote "svn"] +#svn checkout https://svn.code.sf.net/p/elibsrv/code/ elibsrv-code +# url = http://localhost:81/svn/project/branches + branches = + tags = \ No newline at end of file diff --git a/files/ssh/.ssh/config.d/public b/files/ssh/.ssh/config.d/public index 14f2915..6d62b3c 100644 --- a/files/ssh/.ssh/config.d/public +++ b/files/ssh/.ssh/config.d/public @@ -22,3 +22,7 @@ Host koding Host 35.*.*.* User abhay + +Host aur.archlinux.org + IdentityFile ~/.ssh/aur.pem + User aur