Commit graph

23 commits

Author SHA1 Message Date
Jannik Beyerstedt
e86374973a [TIDY] fix ansible-lint issues 2024-12-03 11:31:02 +01:00
Jannik Beyerstedt
78df6551ac zshrc: Add shortcut to "move" git tags 2024-11-28 19:35:07 +01:00
f380e0ba29 [TIDY] Set some "diff: false", fix linter warnings 2023-04-29 00:16:02 +02:00
Jannik Beyerstedt
d084912154 Usersettings: Add variable to disable vim plugings
Some systems just don't need them, but they take quite some time to
install and take up space.
2023-01-07 17:41:41 +01:00
13d9881d92 Dotfiles: Add htoprc (if not already present) 2022-12-04 15:50:18 +01:00
a5c854fcc6 Dotfiles: Add mpv config 2022-08-06 13:39:23 +02:00
Jannik Beyerstedt
759fcd48d0 [FIX] Usersettings: Explicitly install to user_dir 2022-06-16 11:07:42 +02:00
4715b1dacd [FIX] Usersettings: Re-allow running this task without sudo capabilities
Previously this task intentionally had no tasks installing any packages.
But git and pip3 are needed by some tasks, so let's try to install, but
don't fail because of missing sudo priviledges.
2022-02-13 20:54:15 +01:00
a8285962a9 [TIDY] move when statements, fix whitespace
Having the when condition of a task at the top instead of bottom is
easiert to read. Also some spaces were another whitespace character on
accident.
2022-02-13 20:52:22 +01:00
a9e89283a2 [FIX] Usersettings: FreeBSD has another pip package 2022-02-13 20:28:25 +01:00
Jannik Beyerstedt
49d7bb3fa7 [FIX] Usersettings: Use package instead of apt 2022-01-07 10:34:03 +01:00
Jannik Beyerstedt
e54ac96f54 Usersettings: Make sure, if can be run on it's own 2021-12-08 12:24:54 +01:00
9f7fa75980 [TIDY] Update to ansible 4 module names 2021-08-28 18:02:00 +02:00
9183c3b0dc [FIX] tmux.conf: support old tmux versions (fixes #9) 2020-03-27 23:30:50 +01:00
6750f1c370 [GIT] dotfiles: don't use a submodule any more (fixes #10) 2020-03-27 23:13:20 +01:00
Jannik Beyerstedt
44558263b0 [CODE] essentials: install pip, customizable zshrc 2020-03-20 09:54:48 +01:00
Jannik Beyerstedt
247f6cccb6 [BREAKING] use configureable gitconfig file 2020-01-16 10:46:42 +01:00
79910f93cf [TIDY] yaml auto-format 2019-11-12 21:42:58 +01:00
06a1720e30 general: move vim autoload to usersettings 2019-10-27 22:34:31 +01:00
448fed335b [FIX] patch zshrc plugins 2019-10-21 09:48:27 +02:00
Jannik Beyerstedt
4ea271dbf0 add switches to disable chsh and global gitconfig 2019-10-14 08:00:17 +02:00
Jannik Beyerstedt
0e73e521d3 Debian: remove a few apt updates 2019-10-10 16:49:55 +02:00
6ce42341b2 [GIT] refactor submodules: add all to own repo 2019-10-06 22:41:31 +02:00