Collection of dotfiles
mklink /j ~/.vim/vim-include .vim/vim-includeFolder containing vim files but I migrated to neovim
Folder containing neovim configs
Dependencies: git ripgrep fdfind gcc make sqlite3 msys2 pwsh
Latter two are required for Windows only
Powershell:
New-Item -ItemType Junction -Path $ENV:LocalAppdata\nvim -Target nvimNeovide config.toml file for symlink
Powershell:
New-Item -ItemType Junction -Path $ENV:Appdata\neovide -Target neovideUseful Ubuntu bootstrap commands in case I reinstall wsl
wget https://raw.githubusercontent.com/comiluv/dotfiles/main/bootstrap-ubuntu.sh
chmod +x bootstrap-ubuntu.sh
./bootstrap-ubuntu.sh
Does what Ubuntu script does in Debian but because Debian installed in WSL doesn't have wget nor curl, manually copying the script is the preferred method of installing this script
This folder contains docker compose related files to run open-webui
This folder contains some sample codes to test LSP functionality