aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-08-28vimrc: XDG-ify neobundle properly, build command for vimproc on macJohannes Löthberg1-1/+2
2014-08-19Set DBUS_SESSION_BUSS_ADDRESSJohannes Löthberg2-0/+3
2014-08-19zsh/aliases: alias unaliased lsJohannes Löthberg1-2/+2
2014-08-19gpg: lookup cert dns records, show fingerprintsJohannes Löthberg1-3/+3
2014-08-19Move XAUTHORITY to .zprofileJohannes Löthberg2-3/+4
2014-08-18ssh: import configJohannes Löthberg2-2/+28
2014-08-16weechat: new major version..Johannes Löthberg14-14/+14
2014-08-16profile-leeloo: use local::lib to set up perl pathsJohannes Löthberg1-7/+3
2014-08-16xinitrc: dont source xinitrc.d filesJohannes Löthberg1-7/+0
I use a systemd user sevice for dbus instead now. Will probably look at Earnestly's startx replacement and use that instead eventually too.
2014-08-14Rewrite README, make rst, license under ISCJohannes Löthberg2-1/+43
2014-08-14gpg-agent: Use pinentry-cursesJohannes Löthberg1-1/+2
2014-08-14git-config: Add smtpserveroptions for config file locationJohannes Löthberg1-1/+3
2014-08-14Rename README to rstJohannes Löthberg1-0/+0
2014-08-14zshrc: get_git_branch: Check HEAD file directlyJohannes Löthberg1-1/+2
This fixes errors from git when in a repo without any commits. Stolen (again) from Earnestly/dotfiles@a855e6bf Original-work-by: Earnestly <zibeon@gmail.com>
2014-08-13penta/chrome.css: reindent, remove tab being full-widthJohannes Löthberg1-18/+16
The full-width thing had a bug where tabs ended up in weird places with gaps between them when you closed old tabs.
2014-08-13profile: moved XAUTHORITY to -leeloo, export GPG_AGENT_INFO properlyJohannes Löthberg2-2/+5
2014-08-11htop: sort by RESJohannes Löthberg1-1/+1
2014-08-11zshrc: source zshrc-hostname instead of environ-hostnameJohannes Löthberg1-2/+2
2014-08-11zsh: merge environ-leeloo into profile-leelooJohannes Löthberg1-1/+7
2014-08-11zprofile: Move ssh/gpg-agent things to profile-leelooJohannes Löthberg2-21/+25
2014-08-11zshrc: dotglob -> glob_dotsJohannes Löthberg1-2/+1
2014-08-11zshrc: Use cache for completion, auto rehash commandsJohannes Löthberg1-0/+2
2014-08-11zsh: move edit-command-line to keybindings.zshJohannes Löthberg2-2/+1
2014-08-11zsh/keybindings: Add home keybindingsJohannes Löthberg1-5/+8
2014-08-11zsh/keybindings: Enable application mode for zleJohannes Löthberg1-0/+12
2014-08-11zprofile: Switch from gnome-keyring to gpg/ssh-agentJohannes Löthberg1-2/+21
2014-08-11weechat: Add phrik say/do aliasesJohannes Löthberg1-0/+2
2014-08-11msmtprc: Move somethings around, enable syslog loggingJohannes Löthberg1-5/+6
2014-08-11gpg-agent: Don't enable ssh-agent emulationJohannes Löthberg1-1/+0
2014-08-09weechat: -rc2Johannes Löthberg14-14/+14
2014-08-09zshrc: Source $ZDOTDIR/environ-$(hostname -s) if existsJohannes Löthberg1-0/+3
2014-08-09zprofile: Move xauthority to $HOME/.local/share/xorgJohannes Löthberg1-1/+1
2014-08-08zshrc: reindent, remove old config loading thingJohannes Löthberg1-11/+6
(Why did I just comment it out anyway?)
2014-08-08zshrc: Redid PS1 again, two lines nowJohannes Löthberg1-10/+9
2014-08-08fontconfig: Reformat, autohint downloaded fontsJohannes Löthberg1-64/+44
2014-08-08git: write bitmap indexes when packing objectsJohannes Löthberg1-0/+2
pack.writebitmaps When true, git will write a bitmap index when packing all objects to disk (e.g., when git repack -a is run). This index can speed up the "counting objects" phase of subsequent packs created for clones and fetches, at the cost of some disk space and extra time spent on the initial repack. Defaults to false.
2014-08-08zshrc: Remake PS1 to be more readable using functionsJohannes Löthberg1-3/+20
2014-08-08zshrc: Split out keybindings to keybindings.zshJohannes Löthberg2-48/+71
2014-08-08zshrc: replace termite/__vte_osc7 thing with portable versionJohannes Löthberg1-4/+5
2014-08-08zshrc: Add git_get_branch and precmd/preexec …Johannes Löthberg1-0/+20
… for for setting window titles
2014-08-08zshrc: Redo autoload/setopsJohannes Löthberg1-24/+24
2014-08-08aliases.zsh: systemctl and sp aliases/functionsJohannes Löthberg1-0/+30
systemctl aliases/functions, sp and have stolen from grawity's dotfiles
2014-08-08zshrc: Move GPG/SSH agent variable setting to .zprofileJohannes Löthberg2-3/+3
2014-08-08zprofile: Use source instead of eval for dircolorsJohannes Löthberg1-1/+1
2014-08-08zprofile: add PREFIX, HOSTNAME and FQDNJohannes Löthberg1-0/+5
2014-08-08zprofile: Simplify VIMINIT and remove commentJohannes Löthberg1-2/+1
2014-08-08zshrc: split aliases and functions out to aliases.zshJohannes Löthberg2-37/+38
2014-08-08zshrc: Add have() functionJohannes Löthberg1-0/+2
Courtesy of grawity, <https://github.com/grawity/dotfiles.git> bashrc
2014-08-07mbsyncrc: Switch from password to GSSAPI (kerb) authJohannes Löthberg1-1/+1
2014-08-07mbsyncrc: Update IMAPS directives for new mbsyncJohannes Löthberg1-1/+2