Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-21 | bash: Add 'zephyr' alias | xengineering | |
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-12 | nvim: Enable mouse support by default | xengineering | |
2024-04-11 | nvim: Enable language server zls for Zig | xengineering | |
2024-03-22 | khard: Default to ~/contacts/default | xengineering | |
Under ~/contacts there might be multiple address books. | |||
2024-03-22 | khard: Add configuration file | xengineering | |
2024-03-22 | Ignore vdirsyncer | xengineering | |
This folder contains sensitive data. | |||
2024-03-12 | sway: Fix home setup | xengineering | |
2024-03-12 | sway: Set default setup to home | xengineering | |
2024-03-01 | sway: Use JetBrainsMonoNerdFont globally | xengineering | |
2024-03-01 | sway: Use JetBrainsMonoNerdFont for bar | xengineering | |
This is used for the foot terminal too. | |||
2024-03-01 | foot: Use *.ttf file name to reference font | xengineering | |
2024-03-01 | nvim: Open new tabs with CTRL+t | xengineering | |
2024-03-01 | nvim: Refactor init.lua | xengineering | |
2024-03-01 | nvim: Add README.md for configuration | xengineering | |
2024-03-01 | nvim: Add gopls LSP server | xengineering | |
2024-03-01 | nvim: Add pyright LSP server | xengineering | |
2024-03-01 | nvim: Refactor to support multiple LSP servers | xengineering | |
2024-02-27 | nvim: Configure fuzzy finder | xengineering | |
2024-02-27 | nvim: Add package telescope.nvim | xengineering | |
2024-02-27 | nvim: Add package plenary.nvim | xengineering | |
2024-02-27 | nvim: Configure friendly-snippets with nvim-cmp | xengineering | |
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-27 | nvim: Add package friendly-snipptes | xengineering | |
2024-02-27 | nvim: Add package cmp_luasnip | xengineering | |
2024-02-27 | nvim: Configure auto-completion | xengineering | |
2024-02-27 | nvim: Add package LuaSnip | xengineering | |
2024-02-27 | nvim: Add package cmp-nvim-lsp | xengineering | |
2024-02-27 | nvim: Add package nvim-cmp | xengineering | |
2024-02-26 | nvim: Increase contrast on spell check markers | xengineering | |
2024-02-26 | nvim: Enable lspconfig for clangd | xengineering | |
2024-02-26 | nvim: Add nvim-lspconfig plugin as Git submodule | xengineering | |
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-26 | nvim: Enable spell checking by default | xengineering | |
2024-02-26 | nvim: Use <Tab> and <S-Tab> for tabs | xengineering | |
This is far more intuitive than F7 and F8. | |||
2024-02-26 | foot: Switch to JetbrainsMono Nerd Font | xengineering | |
2024-02-26 | nvim: Switch from Vimscript to Lua | xengineering | |
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-26 | nvim: Remove not needed configuration | xengineering | |
2024-02-16 | sway: Adapt home setup to new cable connections | xengineering | |
2024-01-16 | Move .gitignore to aerc subfolder | xengineering | |
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-16 | aerc: Add binds.conf | xengineering | |
2024-01-16 | sway: Use EurKEY layout for Moonlander keyboard | xengineering | |
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-16 | mimeapps.list: Use imv for image/webp | xengineering | |
2024-01-16 | mimeapps.list: Use MPV for video/mp4 | xengineering | |
2024-01-16 | Fix filter path for aerc | xengineering | |
2023-08-04 | Remove i3status | xengineering | |
i3 support was stopped in this repository. | |||
2023-08-04 | Remove waybar | xengineering | |
Switched to swaybar. | |||
2023-08-04 | Remove yambar | xengineering | |
I moved completely to swaybar. | |||
2023-08-04 | Fix aerc/aerc.conf for recent aerc revisions | xengineering | |
2023-08-04 | Remove dotfiles.git from .gitignore | xengineering | |
Not needed anymore. | |||
2023-08-04 | Add aerc/accounts.conf to .gitignore | xengineering | |
Prevents accidentally publishing my mail accounts. | |||
2023-06-16 | Add video/webm -> mpv to mimeapps.list | xengineering | |
2023-04-15 | Disable mouse support in neovim | xengineering | |