From 93d5218efaab3aff8c5d73c519268fea46b1bbd9 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 9 Jan 2015 15:01:15 +0100 Subject: [PATCH 1/3] fixed byobu/screen startup behaviour --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 1188775..f5e8a55 100644 --- a/.bash_profile +++ b/.bash_profile @@ -13,5 +13,5 @@ if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq "1" ]; then exec startx # start byobu session elif [[ "$TERM" != "screen-bce" && "$SSH_CONNECTION" != "" ]]; then - /usr/bin/byobu-screen -S sshscreen -d -R + /usr/bin/byobu-screen -xR -S sshscreen && exit fi From b809601543981fb08fb1e027f32e1b4f44b18dc7 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 14 Jun 2015 22:09:26 +0200 Subject: [PATCH 2/3] updated Git config --- .gitattributes | 2 ++ .gitconfig | 39 ++++++++++++++++++++++++++++++++++++--- .gitignore | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 86 insertions(+), 3 deletions(-) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..59e24f5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Diff .t2d files as if they were XML (they are). +*.t2d diff=xml diff --git a/.gitconfig b/.gitconfig index d2958c7..62ba761 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,7 +1,40 @@ [user] email = post@steffenvogel.de name = Steffen Vogel -[credential] - helper = cache --timeout=3600 +[github] + username = stv0g +[shell] + username = stv0g + [color] - ui = true + ui = auto +[push] + default = simple +[core] + ignorecase = false +[merge] + tool = meld +[diff] + tool = meld +[rerere] + # Store and re-use manual conflict resolution changes. + enabled = 1 +[core] + # Exclude everything this file. Used for general exclusions. + excludesfile = ~/.gitignore + # Set attributes on files. Used for general diff improvements. + attributesfile = ~/.gitattributes +[help] + # Open Git help pages in the browser as HTML. + format = web + autocorrect = 1 + +[difftool "sourcetree"] + cmd = opendiff \"$LOCAL\" \"$REMOTE\" + path = +[mergetool "sourcetree"] + cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\" + trustExitCode = true + +[diff "xml"] + textconv = xmllint --format --recover diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9a6f617 --- /dev/null +++ b/.gitignore @@ -0,0 +1,48 @@ +# Ignore files generated by Qt. +moc_*.cpp +qrc_*.cpp +ui_*.h + +# Ignore files generated by QMake. +.qmake.* +qmake/*.d +.moc/ +.obj/ + +# Ignore compiler output files. +config.log +config.tests/ +*.o +*.pyc + +# Ignore text editor local configuration.. +*.pro.user +.tm_properties +*.xcodeproj/project.xcworkspace/ +*.xcodeproj/xcuserdata/ + +# Ignore temporary generated files. +*.rej +*.swp +*~ + +# Ignore thumbnails metadata generated by OSX. +.DS_Store + +# Ignore things generated by Bundler. +.bundle/bin/ +vendor/ruby/ +vendor/*/vendor/ruby/ + +# Ignore files generated by CMake. +CMakeFiles/ +CMakeCache.txt +cmake_install.cmake +install_manifest.txt + +# Ignore build directories. +b/ + +# Ignore secrets files +.env + From e25d4f969a9c1c79cc35d2a5d1577ee8525178ad Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 14 Jun 2015 22:21:38 +0200 Subject: [PATCH 3/3] smaller cleanups --- .gtk-bookmarks | 8 -------- .vimrc | 2 -- 2 files changed, 10 deletions(-) diff --git a/.gtk-bookmarks b/.gtk-bookmarks index aab76e8..6ca4497 100644 --- a/.gtk-bookmarks +++ b/.gtk-bookmarks @@ -3,11 +3,3 @@ file:///home/stv0g/Musik file:///home/stv0g/Bilder file:///home/stv0g/Videos file:///home/stv0g/Downloads -davs://sv111090@www2.elearning.rwth-aachen.de/ss12/12ss-06119/materials/documents L²P Info 4 -ftp://stv0g@styx/home/stv0g styx -ftp://stv0g@sea/home/stv0g sea -sftp://stv0g@lux/home/stv0g lux -sftp://stv0g@lux/dropbox/Dropbox dropbox -ftp://ryl@0l.de/home/ryl -sftp://steffen@appserver.fset.rwth-aachen.de/ appserver - diff --git a/.vimrc b/.vimrc index 7adb2de..9075fa6 100644 --- a/.vimrc +++ b/.vimrc @@ -79,5 +79,3 @@ set ffs=unix,dos,mac " Enable mouse support in all modi set mouse=a - -set tabstop=4