nvim: lock dependencies
wallpaper: change light and dark themes
nvim: add colorizer to conf buffers
This repository hosts my personal configuration files and scripts.
Directories and files that you may find useful:
├── bin # common shell scripts that I find useful
├── config # xdg configs that I symlink to ~/.config
├── exports # data dumps, i.e. package lists, subscriptions, etc.
├── Makefile # commands used to bootstrap fresh installation
└── scripts # helper scripts that I uses to bootstrap my system
The following packages are required on your Arch linux installation:
git
: for cloning the dotfiles repository.vim
: for basic file editing and debugging.go
: for installing yay the AUR helper.Run one of the following bootstrapping command:
make bootstrap-desktop
make bootstrap-laptop
make bootstrap-vm
dotfiles
code is distributed under the terms of the BSD-3-Clause license.