Commit Graph

51 Commits

Author SHA1 Message Date
34ccc9e424 Update nvim deps 2025-09-05 14:04:11 +02:00
597296ead3 Add spell files for vim language checks (germand, english) 2025-09-05 14:02:13 +02:00
9e7f6ee0bb Fix formatting 2025-08-26 22:13:01 +02:00
86bd90038d Start new wiki-diary entries with a skeleton and do not apply vimwiki-filetype to markdown-files in vim 2025-08-26 19:52:14 +02:00
6491093ae3 Automatically apply skeleton snippets to certain filetypes if configured 2025-08-26 03:39:35 +02:00
0dc1eeaaf5 Reformat my i3-config a bit to make better use of vim folds 2025-08-25 19:20:59 +02:00
577610166f Update my vim-git integration to navigate easier through it and fix missing config for gitea 2025-08-25 18:30:52 +02:00
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
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
a54d3fe829 Ingore git-hooks when running 'git fix' 2025-03-15 21:04:16 +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
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
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
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
073d0164f8 Remove requirement for non-existing package tee 2024-05-29 21:26:50 +00:00
2ae775e9f0 Use nala as soon as possible 2024-05-29 21:22:58 +00:00
c53d25bd5e Install jq and graphiz (including dot) on linux 2022-11-22 13:22:32 +01:00
b065396ee8 Add dependencies which are required by my screensaver 2022-11-22 10:18:04 +01:00
927ddd190c Add neovim on linux devices and make it the default "vim", macos has to follow soon 2022-11-22 10:18:04 +01:00
6af933acc3 Cleanup artifacts which are downloaded during install and have no further meaning 2022-11-22 10:18:04 +01:00
a335ed6e55 Add oathtool which I use a lot to manage otp locally 2022-11-22 10:16:47 +01:00
646c4c62f0 Install icon-font for i3 workspaces automatically
I use the latest version of the font where the codepoints are still
2-bytes long!!!

The I use the technique described in the source to configure the icons
in my i3 config.

Source: http://kumarcode.com/Adding-your-custom-font-to-i3status/
2022-11-22 10:16:42 +01:00
30175567de Ask for and install work-specific tools and cli for clouds on desire 2022-11-21 18:51:46 +01:00
10d9244f73 Install enpass on linux by default 2022-11-21 18:09:37 +01:00
421eb45148 Install urxvt during machine-setup.sh on linux as perferred terminla-emulator 2022-11-21 18:05:27 +01:00
1687e6649c Use placeholder to call git with the dotfiles-configuration during setup 2022-11-21 16:34:09 +00:00
454400d14b Fix check apt-based systems 2022-11-21 16:28:52 +00:00
9b76435644 Consider an already existing dotfiles-clone in setup-machine.sh 2022-11-21 16:25:55 +00:00
9922c0f2d2 Add i3 and rofi as linux core dependencies for new machines 2022-11-21 16:18:45 +00:00
e5a3c8f3d1 Export and source nvm directory and bash-completion 2022-03-08 10:54:14 +01:00