dotfiles: leviathan: arch-openbox-20231010

This commit is contained in:
2023-10-10 20:44:53 -05:00
commit 0792b14382
390 changed files with 48601 additions and 0 deletions

11
.config/yadm/bootstrap Normal file
View File

@ -0,0 +1,11 @@
#!/bin/sh
# This is a file that contains needed bootstrap operations that are needed
# after initial clone of the dotfiles.
# Because Git submodule commands cannot operate without a work tree, they must
# be run from within $HOME (assuming this is the root of your dotfiles)
cd "$HOME"
echo "Init submodules"
yadm submodule update --recursive --init

0
.config/yadm/config Normal file
View File

6
.config/yadm/encrypt Normal file
View File

@ -0,0 +1,6 @@
# https://yadm.io/docs/encryption#
.ssh/**
.gnupg/**
.android-certs/**
.config/rclone/**
.config/gh/**