summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tmux: ignore socketHEADmasterAlexander Sulfrian2014-04-171-0/+1
|
* bashrc/bin/t: fix typoAlexander Sulfrian2014-04-171-3/+3
|
* tmux: add two new keybindingsAlexander Sulfrian2014-04-141-0/+3
|
* gitconfig: add l aliasAlexander Sulfrian2014-04-141-0/+1
|
* tmux: config and socket in dofiles directoryAlexander Sulfrian2014-04-143-5/+29
|
* emacs: remove .templates from toplevelAlexander Sulfrian2014-04-143-2/+2
|
* emacs: move .emacs to .emacs.d/init.elAlexander Sulfrian2014-04-143-2/+0
|
* emacs: add foldingo modeAlexander Sulfrian2014-04-143-10/+1397
|
* emacs: fix byte compile errorAlexander Sulfrian2014-04-142-0/+1
|
* bash/bin/copy: fix escapingAlexander Sulfrian2012-10-221-1/+1
|
* bash/net/zedat/alias: add ssh tunnel for delugeAlexander Sulfrian2012-10-181-0/+1
|
* bash/net/zedat/env: add prefix to LD_LIBRARY_PATH and PYTHONPATHAlexander Sulfrian2012-10-181-0/+2
| | | | debian python packages need some special magic
* emacs: use latin1 instead of utf8Alexander Sulfrian2012-10-182-5/+5
|
* tmux: no unicode hereAlexander Sulfrian2012-10-181-2/+0
|
* bash/common/alias: colorfull ls by defaultAlexander Sulfrian2012-10-181-0/+2
|
* gitconfig: do not use pager if not requiredAlexander Sulfrian2012-10-181-0/+1
| | | | | use the correct parameters, so that less exits itself, if the output is smaller than the current terminal size
* main: unset DIR after startAlexander Sulfrian2012-10-181-0/+1
| | | | | new executions should not inherit the DIR parameter from the parent environment, so unset the variable after using it
* symlink-mapping: removed outdated fileAlexander Sulfrian2012-10-141-1/+0
|
* emacs: fix scroll delay in emacs 24.1Alexander Sulfrian2012-08-242-0/+4
| | | | | | bidi introduces large scroll delays in emacs 24.1 (especially in wanderlust), setting bidi-paragraph-direction disables the time consuming search and fixes the problem
* bashrc/main: no need for reset anymoreAlexander Sulfrian2012-07-161-9/+4
|
* bashrc/main: some optimizationAlexander Sulfrian2012-07-161-2/+2
|
* bashrc/main: use rebase to preserve local commitsAlexander Sulfrian2012-07-161-7/+8
|
* /bashrc/common/prompt: set terminal titleAlexander Sulfrian2012-07-131-0/+4
| | | | | if detected a valid terminal (xterm or a rxvt variant) set the icon name and title (better distinction of different terminals)
* bashrc/common/prompt: fix detection of tmux and screenAlexander Sulfrian2012-07-132-2/+5
| | | | | | before even a normal terminal with TERM="screen" was detected as screen and f.e. caused problems with connectbot from android (set TERM="screen" but did not understand the screen escape sequences for setting the title)
* Xdefaults: open ulrs with simple left mouse klickAlexander Sulfrian2012-07-131-0/+1
| | | | | the default middle click sometimes causes problems: if you miss the url, you will paste the clipboard content
* emacs: add smooth scrollingAlexander Sulfrian2012-07-123-0/+204
|
* gitconfig: enable rerereAlexander Sulfrian2012-07-051-0/+3
|
* gitconfig: alias tags to tagAlexander Sulfrian2012-07-051-0/+1
|
* gitconfig: add overview of branches in merge-commit-messagesAlexander Sulfrian2012-07-051-0/+3
|
* gitconfig: add some more clever git aliasesAlexander Sulfrian2012-07-051-0/+5
|
* bash/common: always set WORKON_HOMEAlexander Sulfrian2012-06-271-4/+11
|
* bashrc/common: fix virtual env pathAlexander Sulfrian2012-06-271-0/+3
|
* bashrc/net: do not display error, if fqdn is not validAlexander Sulfrian2012-06-121-1/+1
|
* bashrc/net/zedat: initial customizationAlexander Sulfrian2012-06-114-0/+18
|
* bashrc: add possibility to change settings based on the domainAlexander Sulfrian2012-06-112-0/+9
|
* emacs: do not error, if load of self-compile-mode failsAlexander Sulfrian2012-06-012-1/+1
| | | | | with this change it is possible to compile the emacs file with emacs -batch -f batch-byte-compile "~/.dotfiles/emacs"
* emacs: update settings for promela-modeAlexander Sulfrian2012-06-012-8/+9
|
* emacs.d/promela-mode: fix promela-modeAlexander Sulfrian2012-06-011-1/+1
|
* bashrc/main: replace tabs with spacesAlexander Sulfrian2012-05-151-2/+2
|
* emacs.d/lisp: add edit-server.el for chrome extensionAlexander Sulfrian2012-05-151-0/+576
|
* emacs: add quick open shell functionAlexander Sulfrian2012-05-152-0/+15
| | | | | open-buffer-shell<f12> open an urxvt in the directory of the file in the current buffer
* emacs: added edit-server for the chrome extensionAlexander Sulfrian2012-05-152-0/+14
|
* bashrc/main: possibility to start in different directoryAlexander Sulfrian2012-05-121-1/+5
| | | | | | use $DIR environment variable to start the shell in another directory than the home directory. this is currently used by the emacs quick-open-shell function
* bashrc/main: use tag instead of branch to track old originAlexander Sulfrian2012-05-121-7/+11
| | | | | use tag to track the base of the current "rebase" and update tag before cherry-pick and stash to be the real base
* bash/common/prompt: fix for newer git versionAlexander Sulfrian2012-05-111-1/+5
| | | | | | newer git versions print "Changes not staged for commit:" and not "Changed but not updated:" if changed files are in the working dir but not in the index
* bashrc/common/env: added detection for a valid editorAlexander Sulfrian2012-05-071-1/+8
|
* bashrc/main: some less outputAlexander Sulfrian2012-05-071-6/+6
|
* Revert "bashrc/main: do not update on non interactive shell but set environment"Alexander Sulfrian2012-05-061-1/+4
| | | | | | | | This reverts commit 520dcb9f6dba95066296de9f71e398cc30b84f69. Conflicts: bashrc/main.sh
* bashrc/main: make grep in git-status more strictAlexander Sulfrian2012-05-041-1/+1
|
* bashrc/main: old-origin should not be trackingAlexander Sulfrian2012-05-041-1/+1
|