Hannes Körber db329973ec alacritty: Make black actually black
Otherwise, "black" output is just invisible. Mainly visible with ansible
DEBUG output, which is "dark gray", which is "1;30", which is black,
which was until now the same as the background color.
2022-07-05 22:27:10 +02:00
2020-04-01 10:35:11 +02:00
2022-06-29 17:58:27 +02:00
2022-06-29 17:58:18 +02:00
2022-06-29 17:58:27 +02:00
2020-12-14 12:12:05 +01:00
2022-06-29 17:58:17 +02:00
2020-02-28 21:49:26 +01:00
2020-12-10 16:19:47 +01:00
2022-06-29 17:58:27 +02:00
2022-06-29 17:58:25 +02:00
2022-07-02 16:01:49 +02:00
2022-07-02 12:38:09 +02:00
2020-12-10 02:44:30 +01:00
2022-06-29 17:58:26 +02:00
2022-07-02 12:05:12 +02:00
2022-06-29 17:58:25 +02:00
2022-07-02 15:52:41 +02:00
2022-06-30 19:15:13 +02:00
2022-07-02 12:38:09 +02:00

dotfiles

My configuration files.

Installation

Because it manages multiple users on the system, the directory is supposed to be at /var/lib/dotfiles.

To setup the dotfiles:

  1. git clone https://github.com/hakoerber/dotfiles.git ~/dotfiles
  2. cd ~/dotfiles && ./install.sh

Partial application

To apply only a subset of the changes, use ansible tags that are available via the Makefile:

Command Description
make update Updates the system with the latest packages
make packages Installs all defined packages (see packages.yml)
make dotfiles Manages the users' dotfiles

Note that these are not supported on a first bootstrap run. Only use them after the bootstrap to update existing configuration.

Description
No description provided
Readme 3.8 MiB
Languages
Rust 35.2%
Shell 31.5%
Jinja 29.8%
Python 3.1%
Makefile 0.4%