mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-18 18:27:00 -04:00
7 current 2024-05-27 21:54:37 24.11.20240524.bfb7a88 Unknown *
This commit is contained in:
parent
125308e430
commit
daabff6fef
3 changed files with 8 additions and 7 deletions
|
@ -3,6 +3,12 @@ keys:
|
||||||
- &laptop age1tq8zaaqe8t4u2jgyf7usngtzyql0ymyxq6hntmu04vt5ypwhxensmzynhl
|
- &laptop age1tq8zaaqe8t4u2jgyf7usngtzyql0ymyxq6hntmu04vt5ypwhxensmzynhl
|
||||||
- &win10 age1cz006hex596lmj88kkhrkvq89luqk59hxuq83q4kvhz82ltwpe4ss8gm3t
|
- &win10 age1cz006hex596lmj88kkhrkvq89luqk59hxuq83q4kvhz82ltwpe4ss8gm3t
|
||||||
creation_rules:
|
creation_rules:
|
||||||
|
- path_regex: secrets/hosts.yml
|
||||||
|
key_groups:
|
||||||
|
- age:
|
||||||
|
- *desktop
|
||||||
|
- *laptop
|
||||||
|
- *win10
|
||||||
- path_regex: secrets.yaml$
|
- path_regex: secrets.yaml$
|
||||||
key_groups:
|
key_groups:
|
||||||
- age:
|
- age:
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
"$HOME/.local/bin"
|
"$HOME/.local/bin"
|
||||||
];
|
];
|
||||||
aliases = {
|
aliases = {
|
||||||
paste = "xsel -ob";
|
paste = "xsel -ob || wslclip -g";
|
||||||
copy = "xsel -ib";
|
copy = "xsel -ib || wslclip";
|
||||||
b = "/home/${config.home.username}/nixos/build";
|
b = "/home/${config.home.username}/nixos/build";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
github.com:
|
|
||||||
user: sadan4
|
|
||||||
git_protocol: ssh
|
|
||||||
users:
|
|
||||||
sadan4: {}
|
|
Loading…
Add table
Add a link
Reference in a new issue