Skip to content

All my personal Linux configuration files and scripts.

License

Notifications You must be signed in to change notification settings

anlutro/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 21, 2024
8335508 · Oct 21, 2024
May 14, 2021
Aug 13, 2024
Oct 21, 2024
Nov 26, 2015
Jun 17, 2021
Sep 25, 2018
May 15, 2020
Aug 24, 2023
Jan 13, 2022
Aug 23, 2019
Mar 20, 2022

Repository files navigation

dotfiles

This git repository contains most of my Linux configuration files, as well as a bunch of utility scripts. I don't bother using Ansible or anything like that, almost everything is shell scripts.

When I install a new laptop, I run scripts/install-debian.sh as root to make some system-level configuration and install most of the packages I use day-to-day, but I still install a lot of packages manually. I don't have an exhaustive list of all packages I use.

As my own user, I run install.sh to set up symlinks from files in this repository to ~/.config and whatever other paths are used for application configuration, so that when I git pull, application configuration is automatically updated. I don't want to have to run an extra compilation step.

I also use some third-party git repos, which can be updated with update-vendor.sh.