Refactor dotfiles into .config

Include local bin files
This commit is contained in:
Daniel McKnight 2025-06-01 17:06:11 -07:00
parent 2741ae520b
commit d2467209b7
204 changed files with 44454 additions and 3 deletions

View file

@ -0,0 +1,6 @@
// Default US Export policy file.
grant {
// There is no restriction to any algorithms.
permission javax.crypto.CryptoAllPermission;
};

View file

@ -0,0 +1,6 @@
// Country-specific policy file for countries with no limits on crypto strength.
grant {
// There is no restriction to any algorithms.
permission javax.crypto.CryptoAllPermission;
};