My personal configuration files, kept in one place and symlinked into $HOME.
| File | What it configures |
|---|---|
.vimrc |
Vim — colors, 2-space C indentation, search, sane defaults |
git clone git@github.com:zainulabidin302/dotfiles.git ~/dotfiles
ln -s ~/dotfiles/.vimrc ~/.vimrcBecause the files are symlinked rather than copied, editing ~/.vimrc edits the
repo directly — commit from ~/dotfiles and the change is saved.
.vimrc targets Vim 9+ with +termguicolors and uses habamax, a built-in
colorscheme, so there is nothing to install and no plugin manager involved.