dotfiles: leviathan: arch-openbox-20231010
This commit is contained in:
11
.config/yadm/bootstrap
Normal file
11
.config/yadm/bootstrap
Normal 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
0
.config/yadm/config
Normal file
6
.config/yadm/encrypt
Normal file
6
.config/yadm/encrypt
Normal file
@ -0,0 +1,6 @@
|
||||
# https://yadm.io/docs/encryption#
|
||||
.ssh/**
|
||||
.gnupg/**
|
||||
.android-certs/**
|
||||
.config/rclone/**
|
||||
.config/gh/**
|
Reference in New Issue
Block a user