Go to file
Kyren223 ed5c4406a9 Configured nvim blink-cmp plugin, a few notes:
Added nvim-scissors to make snippets easier to configure
Added colorful-menu to make completions cooler (more like
IntelliJ/vsc*de), disabled for now until carbonight has colors for it
Removed nvim-cmp
Installed jq for formatting json snippets
2025-04-29 17:30:08 +03:00
2025-04-23 18:34:02 +03:00
2024-06-19 20:03:25 +03:00
2025-04-22 19:32:02 +03:00
2025-04-23 18:34:02 +03:00

Dotfiles

My personal dotfiles for reproducing my entire machine.

Includes

  • Operating System and packages (NixOS)
  • Neovim config
  • Ghostty Terminal config
  • Tmux config
  • Utility scripts

Installation

Use your preferred package manager to install GNU stow

Then clone the repository

git clone https://github.com/kyren223/dotfiles

Let stow generate all the symlinks for you

cd ~/dotfiles && stow .

You may need to add the --adopt flag to stow to override your existing dotfiles.

If using NixOS, rebuild your system using the flake

sudo nixos-rebuild switch --flake ~/dotfiles#kyren-laptop
Description
My personal dotfiles
Readme 2.3 MiB
Languages
Lua 77.3%
Shell 11.9%
Python 6.8%
Scheme 2%
Vim Script 1.4%
Other 0.6%