diff --git a/dot_1password/symlink_agent.sock b/dot_1password/symlink_agent.sock deleted file mode 100644 index 168f76d..0000000 --- a/dot_1password/symlink_agent.sock +++ /dev/null @@ -1 +0,0 @@ -/Users/anton/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock diff --git a/dot_1password/symlink_agent.sock.tmpl b/dot_1password/symlink_agent.sock.tmpl new file mode 100644 index 0000000..503ba82 --- /dev/null +++ b/dot_1password/symlink_agent.sock.tmpl @@ -0,0 +1 @@ +{{ .chezmoi.homeDir }}/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock diff --git a/private_dot_config/karabiner.edn b/private_dot_config/karabiner.edn index 74751ee..4272265 100644 --- a/private_dot_config/karabiner.edn +++ b/private_dot_config/karabiner.edn @@ -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]] diff --git a/private_dot_config/kitty/symlink_theme.conf b/private_dot_config/kitty/symlink_theme.conf deleted file mode 100644 index 28d4801..0000000 --- a/private_dot_config/kitty/symlink_theme.conf +++ /dev/null @@ -1 +0,0 @@ -/Users/anton/.config/kitty/kitty-themes/themes/Galaxy.conf diff --git a/private_dot_config/kitty/symlink_theme.conf.tmpl b/private_dot_config/kitty/symlink_theme.conf.tmpl new file mode 100644 index 0000000..201cd92 --- /dev/null +++ b/private_dot_config/kitty/symlink_theme.conf.tmpl @@ -0,0 +1 @@ +{{ .chezmoi.homeDir }}/.config/kitty/kitty-themes/themes/Galaxy.conf