Commit Graph

9 Commits

Author SHA1 Message Date
Bruno BELANYI cd9c3840c7 [FIX] Logout of bitwarden before logging in
Otherwise we do not get the session key output...
2021-01-06 15:22:48 +01:00
Bruno BELANYI 5c1675e6e6 [ADD] Restore PGP key from backup 2021-01-06 15:04:59 +01:00
Bruno BELANYI f227d15cd6 [FIX] Only install missing packages
The `-S` flag reinstalls dependencies if they are already present on the
system, the `--needed` flag makes it so that `pacman` skips them instead
2020-12-12 14:12:42 +01:00
Bruno BELANYI 92533a4e0b [FIX] Update Pacman DB when bootstrapping 2020-12-12 14:12:42 +01:00
Bruno BELANYI 4bda2c3f27 [FIX] Add explicit 0 return code on bootstrapping 2020-12-12 14:12:42 +01:00
Bruno BELANYI e602f46fba [ADD] Options for bootstrap script 2020-12-12 14:12:42 +01:00
Bruno BELANYI b834507fb0 [UPDATE] Bootstrap shared ssh keys retrieval 2020-12-12 14:12:42 +01:00
Bruno BELANYI f868439cd3 [ADD] Bootstrap with keyboard adjustments 2020-12-12 14:12:42 +01:00
Bruno BELANYI 8bedc06072 [UPDATE] Use bootstrap and Makefile installation
Instead of running `install.sh` to link all my packages, I split the
configuration into its CLI components and packages that need a Xorg
display server set-up.

This uses the `bootstrap.sh` script to make sure the needed dependencies
are installed. The `Makefile` can install all the packages or CLI ones
only.
2019-11-05 16:00:42 +01:00