template symlinks for portability, remove karabiner debug rule
- Template 1Password agent.sock symlink with chezmoi.homeDir - Template kitty theme.conf symlink with chezmoi.homeDir - Remove volumer experiment rule (volume_up mapped to 'a') - Remove machine-specific USB location_id from volumer device Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8dfb94ee94
commit
8f39a3e419
@ -1 +0,0 @@
|
||||
/Users/anton/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock
|
||||
1
dot_1password/symlink_agent.sock.tmpl
Normal file
1
dot_1password/symlink_agent.sock.tmpl
Normal file
@ -0,0 +1 @@
|
||||
{{ .chezmoi.homeDir }}/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock
|
||||
@ -1,6 +1,6 @@
|
||||
{ :devices {:adv2 [{:vendor_id 10730 :product_id 258}]
|
||||
:pedals [{:vendor_id 10730 :product_id 256}]
|
||||
:volumer [{:vendor_id 16701 :product_id 21818 :location_id 51380224}]}
|
||||
:volumer [{:vendor_id 16701 :product_id 21818}]}
|
||||
:profiles {:Default {:default true
|
||||
:alone 350
|
||||
:delay 500
|
||||
@ -54,9 +54,6 @@
|
||||
:afterup :en}]
|
||||
]}
|
||||
|
||||
{:des "volumer experiment"
|
||||
:rules [:volumer [:volume_up :a nil]]}
|
||||
|
||||
{:des "Backslash<->Open_Bracket on Advantage2"
|
||||
:rules [:adv2 [:open_bracket :!R5 [:ru :keykey]]
|
||||
[:##open_bracket :!R8 [:ru :keykey]]
|
||||
|
||||
@ -1 +0,0 @@
|
||||
/Users/anton/.config/kitty/kitty-themes/themes/Galaxy.conf
|
||||
1
private_dot_config/kitty/symlink_theme.conf.tmpl
Normal file
1
private_dot_config/kitty/symlink_theme.conf.tmpl
Normal file
@ -0,0 +1 @@
|
||||
{{ .chezmoi.homeDir }}/.config/kitty/kitty-themes/themes/Galaxy.conf
|
||||
Loading…
Reference in New Issue
Block a user