summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* bashrc/main: leave .dotfiles directory after timeoutAlexander Sulfrian2012-05-041-0/+1
|
* bashrc/main: timeout fetch after 3sAlexander Sulfrian2012-05-041-1/+1
|
* bashrc/main: fix check if shell is interactiveAlexander Sulfrian2012-05-041-1/+1
|
* bashrc/main: update could now handle force pushes to the serverAlexander Sulfrian2012-05-041-1/+28
|
* bashrc/main: timeout git fetch origin after 5sAlexander Sulfrian2012-05-041-1/+15
|
* bashrc/main: do not update on non interactive shell but set environmentAlexander Sulfrian2012-05-041-4/+1
|
* emacs: do not display template message about promptsAlexander Sulfrian2012-05-042-1/+3
|
* emacs: use template-mode instead of template-simpleAlexander Sulfrian2012-05-043-420/+4
|
* bashrc: load all common modules using a wildcardAlexander Sulfrian2012-04-261-36/+2
|
* virtualenv: load virtualenvwrapper everywhere if its enabledAlexander Sulfrian2012-04-262-2/+3
|
* emacs.d: updated byte-compile filesAlexander Sulfrian2012-04-252-0/+0
|
* emacs.d/lisp: fix color-themes setupAlexander Sulfrian2012-04-254-4/+5
|
* emacs.d/lisp: added color-theme moduleAlexander Sulfrian2012-04-252-0/+1664
|
* emacs: add user settings (name, email)Alexander Sulfrian2012-04-251-0/+3
|
* emacs: removed legacy settingAlexander Sulfrian2012-04-251-1/+0
|
* emacs: reorder settingsAlexander Sulfrian2012-04-251-1/+1
|
* emacs: reformatted c-mode settingsAlexander Sulfrian2012-04-251-9/+12
|
* emacs: added org-mode configurationAlexander Sulfrian2012-04-251-1/+14
|
* emacs: added some additional modesAlexander Sulfrian2012-04-2536-1/+16378
|
* emacs: globally disable flyspell, but activate it if neededAlexander Sulfrian2012-04-251-49/+45
| | | | | | | flyspell-mode is no more enabled in all the different major-modes, if you need it you could enable it with automatic variables on file level with this at top of an file as comment: -*- flyspell-dict: "german" -*-
* emacs: flyspell git commit messagesAlexander Sulfrian2012-04-251-1/+2
|
* emacs: ido speedup (no tramp), more completionsAlexander Sulfrian2012-04-251-1/+2
|
* emacs: remove legacy stuffAlexander Sulfrian2012-04-251-4/+0
|
* emacs: you could use "C-x k" to close a client fileAlexander Sulfrian2012-04-251-1/+8
|
* emacs: ignore .d files in completionAlexander Sulfrian2012-04-251-0/+4
|
* emacs: clever home keyAlexander Sulfrian2012-04-251-0/+5
|
* emacs: fix comments styleAlexander Sulfrian2012-04-251-15/+14
|
* emacs: externalized custom file, use color-themeAlexander Sulfrian2012-04-252-243/+283
|
* mplayer/input.conf: select audio/subtitle with small letters nowAlexander Sulfrian2012-04-251-2/+2
| | | | | the capital S could now be used to create a screenshot with -vf screenshot so it should not be bind to another action
* Xdefaults: added colors for alternating backgrounds in tkabberAlexander Sulfrian2012-04-251-0/+2
|
* emacs.d/list: added deft script for quick notesAlexander Sulfrian2012-04-252-0/+771
|
* emacs.d/lisp: added self-compile-modeAlexander Sulfrian2012-04-243-9/+63
| | | | self written script for byte-compiling lisp files on save