summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-26bash: Fix duplicated entry 'swappy'xengineering
2024-06-24bash: Fix some shellcheck-detected issuesxengineering
2024-06-24bash: Check for required programsxengineering
This commit adds code to the .bashrc file which checks for required programs on startup of bash. Thus it is easier to detect for the user if essential programs are missing. This will make it significantly easier to setup new machines.
2024-06-24Add shebang to .bashrcxengineering
2024-05-27nvim: Enforce vim-flavored colorschemexengineering
The new neovim-flavored one which comes with nvim 0.10 as default does not work for well.
2024-05-27nvim: Disable termguicolorsxengineering
This is enabled by default in nvim 0.10 and does not look good.
2024-05-14foot: Switch bindings for URL and unicode modexengineering
The URL mode used to be mapped to Control-Shift-u by default. This is now re-established. The unicode mode was never actually used. Since it needs some configuration and Control-Shift-o is just freed it gets this combination.
2024-05-08nvim: Do not track spell dataxengineering
This might contain sensitive data.
2024-04-26aerc: Set sidebar width back to defaultxengineering
Since there is no need anymore for usage of aerc on Linux mobile phones (switched to Android / LineageOS) the sidebar can be bigger to avoid lines which are just displayed partially.
2024-04-21bash: Add 'zephyr' aliasxengineering
This enables the Zephyr RTOS build system in the current terminal to be able to build Zephyr free standing applications. This alias assumes a setup based on the Zephyr Getting Started Guide [1]. [1]: https://docs.zephyrproject.org/latest/develop/getting_started/index.html
2024-04-12nvim: Enable mouse support by defaultxengineering
2024-04-11nvim: Enable language server zls for Zigxengineering
2024-03-22khard: Default to ~/contacts/defaultxengineering
Under ~/contacts there might be multiple address books.
2024-03-22khard: Add configuration filexengineering
2024-03-22Ignore vdirsyncerxengineering
This folder contains sensitive data.
2024-03-12sway: Fix home setupxengineering
2024-03-12sway: Set default setup to homexengineering
2024-03-01sway: Use JetBrainsMonoNerdFont globallyxengineering
2024-03-01sway: Use JetBrainsMonoNerdFont for barxengineering
This is used for the foot terminal too.
2024-03-01foot: Use *.ttf file name to reference fontxengineering
2024-03-01nvim: Open new tabs with CTRL+txengineering
2024-03-01nvim: Refactor init.luaxengineering
2024-03-01nvim: Add README.md for configurationxengineering
2024-03-01nvim: Add gopls LSP serverxengineering
2024-03-01nvim: Add pyright LSP serverxengineering
2024-03-01nvim: Refactor to support multiple LSP serversxengineering
2024-02-27nvim: Configure fuzzy finderxengineering
2024-02-27nvim: Add package telescope.nvimxengineering
2024-02-27nvim: Add package plenary.nvimxengineering
2024-02-27nvim: Configure friendly-snippets with nvim-cmpxengineering
This allows to insert these snippets by the completion system. This is especially useful if boilerplate code is required as for example a HTML page skeleton.
2024-02-27nvim: Add package friendly-snipptesxengineering
2024-02-27nvim: Add package cmp_luasnipxengineering
2024-02-27nvim: Configure auto-completionxengineering
2024-02-27nvim: Add package LuaSnipxengineering
2024-02-27nvim: Add package cmp-nvim-lspxengineering
2024-02-27nvim: Add package nvim-cmpxengineering
2024-02-26nvim: Increase contrast on spell check markersxengineering
2024-02-26nvim: Enable lspconfig for clangdxengineering
2024-02-26nvim: Add nvim-lspconfig plugin as Git submodulexengineering
Configuring the built-in language server protocol (LSP) client is very complex. The nvim-lspconfig which is from the same GitHub user as Neovim itself provides configurations for a lot of LSP servers. Adding it as submodule to this repository makes sense because it is an essential part of the editor configuration.
2024-02-26nvim: Enable spell checking by defaultxengineering
2024-02-26nvim: Use <Tab> and <S-Tab> for tabsxengineering
This is far more intuitive than F7 and F8.
2024-02-26foot: Switch to JetbrainsMono Nerd Fontxengineering
2024-02-26nvim: Switch from Vimscript to Luaxengineering
Spending time learning Lua has more advantages than learning Vimscript since Lua is used in many applications while Vimscript is just for editor configuration.
2024-02-26nvim: Remove not needed configurationxengineering
2024-02-16sway: Adapt home setup to new cable connectionsxengineering
2024-01-16Move .gitignore to aerc subfolderxengineering
The only rule was hiding the accounts.conf file inside the aerc subfolder. To make the ignore rules more modular it is moved to the related subfolder.
2024-01-16aerc: Add binds.confxengineering
2024-01-16sway: Use EurKEY layout for Moonlander keyboardxengineering
The Moonlander MKI from ZSA has a default layout close to US keyboards. To also type German special characters the EurKEY layout is well suited.
2024-01-16mimeapps.list: Use imv for image/webpxengineering
2024-01-16mimeapps.list: Use MPV for video/mp4xengineering