1
0
Fork
You've already forked dotfiles
0
My Linux configuration files
  • Lua 99.2%
  • Tree-sitter Query 0.8%
2026年06月09日 20:01:35 +02:00
.config/nvim feat: use yazi as file explorer 2026年06月09日 20:01:35 +02:00
.bashrc feat: change git integration + replace telescope with fzf-lua 2026年04月21日 17:07:17 +02:00
.editorconfig feat: replace vtsls by ts_ls for vue support 2026年05月02日 04:04:08 +02:00
.gitconfig feat: use miniharp instead of harpoon 2026年04月23日 07:58:09 +02:00
.luacheckrc feat: add linting 2026年05月02日 06:17:36 +02:00
README.md feat: change git integration + replace telescope with fzf-lua 2026年04月21日 17:07:17 +02:00

Dotfiles

My config files for Neovim and Bash.

Setup

The setup is pretty straightforward. Simply symlink all files to the home directory:

cp -rsvf $PWD/.config $PWD/.bashrc $PWD/.gitconfig $HOME