Commit Graph

99 Commits

Author SHA1 Message Date
ccb6bc9b1a Make <Leader>we a global shortcut to create diary entries in vim 2025-08-25 18:29:23 +02:00
634727de12 fix vim-autocmd, I had reused the same augroup and removed all configs that way :D 2025-08-25 18:28:09 +02:00
f491ace3af Add i3-config (why not earlier???????) 2025-08-25 16:25:40 +02:00
e5618f82a3 Update nvim-plugins 2025-08-24 20:37:00 +02:00
9e417d2064 Make terminal non-transparent on macos again, simply a mood 2025-08-24 20:34:54 +02:00
02390275ca Allow for search of word under cursor with telescope via <Space>* or <Space># and show git details in telescope 2025-08-24 20:34:54 +02:00
55323212b7 Format typescript files on write automatically with eslint in nvim
This makes it easier for me, since I don't have to care about the
formatting all the time.
2025-08-24 20:34:54 +02:00
16b2484291 Update nvim plugins 2025-08-16 20:50:35 +02:00
732b713c54 Add <Space>m to automatically expand functions and alike in vim 2025-08-16 18:45:52 +02:00
b8d698777f Ensure my beloved alias g for goto 2025-08-16 12:37:02 +02:00
0624ed1fa4 Initialize bash-completion at the end and fix config and goto completion 2025-08-12 04:21:30 +02:00
5bfbf8b1aa Apply bash-completion as last to make sure alias g=goto works 2025-08-11 10:07:40 +02:00
169b2e108f Fix reboot or changed config notices to be rendered correctly everywhere 2025-08-11 10:04:18 +02:00
c2bd400d3f Update bash and git config to align the configs on all my systems 2025-08-10 22:16:58 +02:00
924119870e Define dedicated alacritty-configs per env
These then have to be soft-linked at the target marchine
2025-08-10 17:12:01 +02:00
24f7891460 Migrate vim to neovim (min v0.11)
Install newest vim-releases via appimage from github-page!
2025-08-10 17:12:01 +02:00
ca4e45b4aa Handle UHD monitors better in alacritty
This simply makes the font bigger on UHD monitors in alacritty.
2025-07-23 01:07:38 +02:00
7ae11a3bca Set ComicMono as regular font in alacritty 2025-05-08 23:31:56 +02:00
6ccebe2a6e Fold nested terraform rules on foldlevel 2 in vim 2025-03-15 21:05:17 +01:00
a54d3fe829 Ingore git-hooks when running 'git fix' 2025-03-15 21:04:16 +01:00
5ebcde4bff Start IntelliJ with binary instead of shell-script 2025-03-15 21:03:28 +01:00
e6f87805c7 Apply git autoStash not only on merge but also on rebase 2025-01-06 15:21:12 +01:00
0450376210 Add a lot of helpful alias to git-config, especially 'fixit' and 'sum' 2025-01-06 15:16:21 +01:00
2fabc0f5fa Adjust vimwiki, especially todo-lists, for macos 2025-01-06 15:15:36 +01:00
1118870c81 Ignore node_modules and dist directories when looking up files via CtrlP 2025-01-03 18:45:23 +01:00
a4d4154321 Add polybar configuration 2025-01-03 17:16:11 +01:00
9fa0b3af78 Add neovim config, which only loads my default vim-config 2025-01-03 17:03:09 +01:00
267bff11d3 Add alacritty config 2025-01-03 17:02:08 +01:00
701c4cf1d0 Show warning when opening a new terminal and there are uncommitted changes to dotfiles 2025-01-03 16:58:11 +01:00
85c01f07bb Name the initial branch of 'git init' main 2025-01-03 16:44:55 +01:00
10eecfad72 Remove outdated git-alias which I don't use anymore 2025-01-03 16:41:32 +01:00
d1f34f709d Warn me when a restart is required every time I open a new terminal 2025-01-03 16:32:33 +01:00
db0ec63930 Add goto as a tool to access common directories faster 2025-01-03 16:31:51 +01:00
51cbcae39f Adjust default for git-config and terraform and remove dated build-scripts for asciidoc 2025-01-03 16:28:12 +01:00
df504bb6a4 Add a bunch of helpful alias to vim, e.g. ',p' to open CtrlP 2025-01-03 16:26:53 +01:00
623ebfa003 Reformat git-commit messages to 100 chars width via ',gf' automatically 2025-01-03 16:25:38 +01:00
1907aa7bfb Resize terminal in nvim to 10 lines automatically when opening 2025-01-03 16:24:33 +01:00
094eac4371 Apply snipmate template via ',l' in vim 2025-01-03 16:23:46 +01:00
b742afa9a4 Omit the last line-break in a file when editing with vim to align with Jetbrains and vscode 2025-01-03 16:23:25 +01:00
dcb03a9c45 Modernize syntax-highlighing of terraform/packer in vim 2025-01-03 16:06:20 +01:00
e930493680 Use ddd instead of d as snipmate trigger for diary-headings in vimwiki 2025-01-03 16:01:56 +01:00
d3c29865b4 Add a bunch of alias to use git w/o delta-diff-viewer 2025-01-03 16:00:45 +01:00
58c1570e70 Use eza as a replacement for ls 2025-01-03 15:58:32 +01:00
f683896a11 Simplify bash-prompt 2025-01-03 15:58:10 +01:00
88a6ebc40f Cleanup downloads directory regularly from old files (more than 1 day) 2025-01-03 15:48:36 +01:00
757f283d2a Add git-config 2025-01-03 15:36:15 +01:00
7d2a10d47e Don't abort on when trying to update dotfile-repository 2024-05-29 21:43:21 +00:00
6dd350a20d Another try to fix config command 2024-05-29 21:36:24 +00:00
50ca110e25 Use alias config instead of variable 2024-05-29 21:34:12 +00:00
cb9afbe670 Create directory for dotfiles on demand 2024-05-29 21:29:54 +00:00