Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-19 | Move XAUTHORITY to .zprofile | Johannes Löthberg | 2 | -3/+4 | |
2014-08-18 | ssh: import config | Johannes Löthberg | 2 | -2/+28 | |
2014-08-16 | weechat: new major version.. | Johannes Löthberg | 14 | -14/+14 | |
2014-08-16 | profile-leeloo: use local::lib to set up perl paths | Johannes Löthberg | 1 | -7/+3 | |
2014-08-16 | xinitrc: dont source xinitrc.d files | Johannes Löthberg | 1 | -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-14 | Rewrite README, make rst, license under ISC | Johannes Löthberg | 2 | -1/+43 | |
2014-08-14 | gpg-agent: Use pinentry-curses | Johannes Löthberg | 1 | -1/+2 | |
2014-08-14 | git-config: Add smtpserveroptions for config file location | Johannes Löthberg | 1 | -1/+3 | |
2014-08-14 | Rename README to rst | Johannes Löthberg | 1 | -0/+0 | |
2014-08-14 | zshrc: get_git_branch: Check HEAD file directly | Johannes Löthberg | 1 | -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-13 | penta/chrome.css: reindent, remove tab being full-width | Johannes Löthberg | 1 | -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-13 | profile: moved XAUTHORITY to -leeloo, export GPG_AGENT_INFO properly | Johannes Löthberg | 2 | -2/+5 | |
2014-08-11 | htop: sort by RES | Johannes Löthberg | 1 | -1/+1 | |
2014-08-11 | zshrc: source zshrc-hostname instead of environ-hostname | Johannes Löthberg | 1 | -2/+2 | |
2014-08-11 | zsh: merge environ-leeloo into profile-leeloo | Johannes Löthberg | 1 | -1/+7 | |
2014-08-11 | zprofile: Move ssh/gpg-agent things to profile-leeloo | Johannes Löthberg | 2 | -21/+25 | |
2014-08-11 | zshrc: dotglob -> glob_dots | Johannes Löthberg | 1 | -2/+1 | |
2014-08-11 | zshrc: Use cache for completion, auto rehash commands | Johannes Löthberg | 1 | -0/+2 | |
2014-08-11 | zsh: move edit-command-line to keybindings.zsh | Johannes Löthberg | 2 | -2/+1 | |
2014-08-11 | zsh/keybindings: Add home keybindings | Johannes Löthberg | 1 | -5/+8 | |
2014-08-11 | zsh/keybindings: Enable application mode for zle | Johannes Löthberg | 1 | -0/+12 | |
2014-08-11 | zprofile: Switch from gnome-keyring to gpg/ssh-agent | Johannes Löthberg | 1 | -2/+21 | |
2014-08-11 | weechat: Add phrik say/do aliases | Johannes Löthberg | 1 | -0/+2 | |
2014-08-11 | msmtprc: Move somethings around, enable syslog logging | Johannes Löthberg | 1 | -5/+6 | |
2014-08-11 | gpg-agent: Don't enable ssh-agent emulation | Johannes Löthberg | 1 | -1/+0 | |
2014-08-09 | weechat: -rc2 | Johannes Löthberg | 14 | -14/+14 | |
2014-08-09 | zshrc: Source $ZDOTDIR/environ-$(hostname -s) if exists | Johannes Löthberg | 1 | -0/+3 | |
2014-08-09 | zprofile: Move xauthority to $HOME/.local/share/xorg | Johannes Löthberg | 1 | -1/+1 | |
2014-08-08 | zshrc: reindent, remove old config loading thing | Johannes Löthberg | 1 | -11/+6 | |
(Why did I just comment it out anyway?) | |||||
2014-08-08 | zshrc: Redid PS1 again, two lines now | Johannes Löthberg | 1 | -10/+9 | |
2014-08-08 | fontconfig: Reformat, autohint downloaded fonts | Johannes Löthberg | 1 | -64/+44 | |
2014-08-08 | git: write bitmap indexes when packing objects | Johannes Löthberg | 1 | -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-08 | zshrc: Remake PS1 to be more readable using functions | Johannes Löthberg | 1 | -3/+20 | |
2014-08-08 | zshrc: Split out keybindings to keybindings.zsh | Johannes Löthberg | 2 | -48/+71 | |
2014-08-08 | zshrc: replace termite/__vte_osc7 thing with portable version | Johannes Löthberg | 1 | -4/+5 | |
2014-08-08 | zshrc: Add git_get_branch and precmd/preexec … | Johannes Löthberg | 1 | -0/+20 | |
… for for setting window titles | |||||
2014-08-08 | zshrc: Redo autoload/setops | Johannes Löthberg | 1 | -24/+24 | |
2014-08-08 | aliases.zsh: systemctl and sp aliases/functions | Johannes Löthberg | 1 | -0/+30 | |
systemctl aliases/functions, sp and have stolen from grawity's dotfiles | |||||
2014-08-08 | zshrc: Move GPG/SSH agent variable setting to .zprofile | Johannes Löthberg | 2 | -3/+3 | |
2014-08-08 | zprofile: Use source instead of eval for dircolors | Johannes Löthberg | 1 | -1/+1 | |
2014-08-08 | zprofile: add PREFIX, HOSTNAME and FQDN | Johannes Löthberg | 1 | -0/+5 | |
2014-08-08 | zprofile: Simplify VIMINIT and remove comment | Johannes Löthberg | 1 | -2/+1 | |
2014-08-08 | zshrc: split aliases and functions out to aliases.zsh | Johannes Löthberg | 2 | -37/+38 | |
2014-08-08 | zshrc: Add have() function | Johannes Löthberg | 1 | -0/+2 | |
Courtesy of grawity, <https://github.com/grawity/dotfiles.git> bashrc | |||||
2014-08-07 | mbsyncrc: Switch from password to GSSAPI (kerb) auth | Johannes Löthberg | 1 | -1/+1 | |
2014-08-07 | mbsyncrc: Update IMAPS directives for new mbsync | Johannes Löthberg | 1 | -1/+2 | |
2014-08-07 | mutrc: remove imap_authenticators | Johannes Löthberg | 1 | -1/+0 | |
Mutt IMAP isn't used anyway. | |||||
2014-08-06 | weechat: no share hist, weechat: no dub whois | Johannes Löthberg | 2 | -2/+1 | |
2014-08-06 | muttrc: Add the learn-spam mailbox to mailboxes | Johannes Löthberg | 1 | -1/+1 | |
2014-08-06 | msmtp: set local domain to leeloo.kyriasis.com | Johannes Löthberg | 1 | -0/+1 | |
Should probably make this use a variable, but this works for now. |