summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reorder dot files so they make more sense for X sessionsChristoph Schlosser2025-09-072-1/+13
|
* polybar: Add linux volume script for pipewireChristoph Schlosser2025-09-071-0/+14
|
* polybar: Add linux battery scriptChristoph Schlosser2025-09-071-0/+16
|
* polybar: Add linux wifi scriptChristoph Schlosser2025-09-071-0/+12
|
* polybar: Add linux storage scriptChristoph Schlosser2025-09-071-0/+16
|
* hlwm: Add configChristoph Schlosser2025-09-074-0/+200
|
* polybar: Add configChristoph Schlosser2025-09-077-0/+293
|
* Add pkg setChristoph Schlosser2025-09-071-0/+13
|
* fish: Add function for ssh_agentChristoph Schlosser2025-09-071-0/+4
|
* kitty: Reference fish from PATH instead of abs locationChristoph Schlosser2025-09-071-1/+1
|
* Add .xinitrcChristoph Schlosser2025-09-071-0/+18
|
* Rename tmux.conf so it's picked up by ln.shChristoph Schlosser2025-09-071-0/+0
|
* Add .profileChristoph Schlosser2025-09-071-1/+4
|
* Add files to ln.shChristoph Schlosser2025-09-071-3/+18
|
* nvim: Update lockfile and reference to fish through PATH instead of abs locationChristoph Schlosser2025-09-072-17/+17
|
* profile: Add OpenBSD stock configChristoph Schlosser2025-09-071-0/+6
|
* Add script to quickly gather submodule commits hereChristoph Schlosser2025-09-071-0/+17
|
* kitty: Move kitty config to subdirChristoph Schlosser2025-09-071-0/+0
|
* fish: Remove bob-the-fish from pluginsChristoph Schlosser2025-09-071-1/+0
|
* fish: Remove fish_variables and add c-starChristoph Schlosser2025-09-076-1454/+202
|
* kitty: Change background and foreground color to darculaChristoph Schlosser2025-09-071-2/+2
|
* kitty: Change to NotoSansMono Nerd Font as default fontChristoph Schlosser2025-09-071-4/+8
|
* kitty: Change to fish as default shellChristoph Schlosser2025-09-071-1/+1
|
* kitty: Out of the box install 0.40.0Christoph Schlosser2025-09-071-0/+2684
|
* Wrap lines in gitcommits at 72 charactersChristoph Schlosser2025-06-201-0/+2
|
* Add upto scriptChristoph Schlosser2025-06-171-0/+13
|
* Add script to quickly change between branchesChristoph Schlosser2025-06-171-0/+7
|
* Add more git aliasesChristoph Schlosser2025-06-172-0/+8
|
* Change time format of bobChristoph Schlosser2025-06-171-0/+1
|
* Add z pluginChristoph Schlosser2025-06-178-1/+321
|
* Add git log shortcutsChristoph Schlosser2025-06-172-0/+8
|
* Add fisher config bits to fish_variablesChristoph Schlosser2025-06-171-0/+4
|
* Add tmux2 configChristoph Schlosser2025-06-171-0/+6
|
* Fix symlink scriptChristoph Schlosser2025-06-171-1/+1
|
* Add script to quickly link all config dirsChristoph Schlosser2025-06-171-0/+5
|
* Add ripgrep configChristoph Schlosser2025-06-131-0/+2
|
* Add fzf configChristoph Schlosser2025-06-131-0/+2
|
* Add bat configChristoph Schlosser2025-06-131-0/+25
|
* Add first dump of fish config filesChristoph Schlosser2025-06-1319-0/+3564
|
* Remove commented out tinkering configChristoph Schlosser2025-06-131-86/+0
|
* Remove github stuff from template repoChristoph Schlosser2025-06-133-64/+0
|
* Update lock fileChristoph Schlosser2025-06-131-23/+19
|
* Add hardtime.nvimChristoph Schlosser2025-06-132-10/+23
|
* Update remaining Mason's old address (#1530)Carlos Calla Alarcón2025-05-221-1/+1
|
* Update windows installation commandjaho52025-05-181-7/+12
|
* fix: rename vim.highlight.on_yank to vim.hl.on_yank (#1482)Omri Sarig2025-05-101-2/+2
| | | | | | | | | | | | | | | The functions of vim.highlight were renamed to vim.hl on commit 18b43c331d8a0ed87d7cbefe2a18543b8e4ad360 of neovim, which was applied with the release of nvim version 0.11. Now, the use of vim.highlight is deprecated, and instead, one should use vim.hl functions. In practice, vim.highlight is still working, however, asking for help for vim.highlight.on_yank fails (E149), while asking for help for vim.hl.on_yank works as expected. So, by updating the used function, a new user will have easier time looking getting the relevant help. Co-authored-by: Omri Sarig <omri.sarig@prevas.dk>
* README: mention fd-find in requirements (#1477)Damjan 90002025-05-101-1/+2
| | | | Fixes #1476
* don't lazy-load neo-tree so netrw hijacking on startup works (#1489)pynappo2025-05-101-1/+1
|
* Replace vim.opt with vim.o (#1495)Ori Perry2025-05-102-24/+32
| | | | | | | | | | | | * Replace vim.opt with vim.o Because it offers a nicer interface and info on hover. For now leave vim.opt when using the table interface (until vim.o with tables is implemented) * Add type hint for vim.opt.rtp * Add a comment about using vim.opt instead of vim.o
* feat: switch vim-sleuth for guess-indent.nvim (#1512)guru2452025-05-101-1/+1
|