~loges/dotfiles

personal configs
nvim: lock dependencies
wallpaper: change light and dark themes
nvim: add colorizer to conf buffers

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~loges/dotfiles
read/write
git@git.sr.ht:~loges/dotfiles

You can also use your local clone with git send-email.

#dotfiles

This repository hosts my personal configuration files and scripts.

#structure

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

#requirements

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

#license

dotfiles code is distributed under the terms of the BSD-3-Clause license.

Do not follow this link