My Linux configuration files
- Lua 99.2%
- Tree-sitter Query 0.8%
| .config/nvim | feat: use yazi as file explorer | |
| .bashrc | feat: change git integration + replace telescope with fzf-lua | |
| .editorconfig | feat: replace vtsls by ts_ls for vue support | |
| .gitconfig | feat: use miniharp instead of harpoon | |
| .luacheckrc | feat: add linting | |
| README.md | feat: change git integration + replace telescope with fzf-lua | |
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