Commit graph

17 commits

Author SHA1 Message Date
d2529413dc zsh: git ignore sessions 2024-03-10 16:32:07 +01:00
7ded520703 Ignore gitk config 2024-02-27 22:35:39 +01:00
60509d18a8 Remove packer_compiled.lua from gitignore
The fact I was ignoring this file was causing problems on some machines
where this file was left behind after I switch away from Packer. It was
the right thing to do to ignore this file back then, but now I wasn't
really aware that it was still there :/
2023-08-09 09:54:56 +02:00
f131f81c51 install: remove stow dependency and reorganize repo 2023-02-28 22:39:51 +01:00
975dacae4b Ignore zsh completion cache 2023-01-29 15:14:50 +01:00
b03d7d016d vim: show hidden files when searching dotfiles with telescope 2022-07-04 22:33:38 +02:00
242d210ff8 git: ignore iTerm2 configuration 2022-06-30 21:51:09 +02:00
1ae675de11 Ignore .zcompdump in zsh config 2022-02-08 11:24:46 +01:00
48bd074150 Ignore packer_compiled.lua 2022-02-07 21:17:12 +01:00
ac821cf68e install: simplify git user configuration 2022-02-02 17:14:01 +01:00
63828b6118 install: make install script self contained 2021-08-16 11:15:35 +02:00
b30948b552 Configuration system overhaul 2021-08-10 18:14:41 +02:00
46efe2b268 Put all dotfiles into one "stow package"
This makes installation a lot easier, as we just need to type:

    stow -v dotfiles

instead of installing multiple packages and risking to forget something.
2019-02-18 23:19:28 +01:00
62c7b29714 Use stow instead of rcm for deployment 2019-02-16 01:35:04 +01:00
573f7ba5f5 [vim] place viminfo inside .vim/ 2018-04-14 18:55:13 +02:00
398dcb66af Ignore .netrwhist
This file is automatically written by vim and doesn't belong in under
source control.

See https://stackoverflow.com/questions/9850360/what-is-netrwhist
2017-11-09 18:19:24 +01:00
a557472b0f Initial commit
This adds the current state of my dotfiles for version control.
2015-06-13 21:09:33 +02:00