Dotfiles
Find a file
2025-09-28 00:29:05 -03:00
files zed: Hide ugly borders 2025-09-28 00:29:05 -03:00
.gitignore nixos: Add NixOS System Configuration to the repository. 2025-09-11 23:30:54 -03:00
.gitmodules Changed Neovim Gui Font 2023-08-31 19:33:29 -03:00
.luarc.json Silence LSP diagnostics related to the vim global 2025-09-07 22:30:32 -03:00
link.sh Automatically install Packer and initialize submodules 2025-08-13 18:33:00 -03:00
nixos_link.sh nixos: Add NixOS System Configuration to the repository. 2025-09-11 23:30:54 -03:00
README.md bob 2024-03-24 10:29:23 +00:00

dotkett

This repository houses some of my dotfiles, namely for Neovim and Zsh.

The link.sh in the root directory will install the dotfiles to their appropriate locations, and if there are files there already, they'll be moved to an old directory so they can be restored later. It is a simple script, and can be extended if necessary.

Do note that it is necessary to install Packer, and then run :PackerInstall or :PackerSync to install the plugins once the configuration files have been linked.

The Neovim configuration requires Neovim v0.9+, which should be provided by most distros, but Debian and Ubuntu still ship really old versions, incompatible with the configuration present here. Use the bob version manager to install an up-to-date Neovim version in these distributions.

Tool dependencies:

  • git
  • fzf
  • rg (ripgrep)