From 281bcdc5c1e3b2820bca1bcadf835dfc922e1c8d Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Fri, 28 Mar 2025 13:47:30 +1100 Subject: [PATCH] feat: Update alactrity --- .alacritty.toml | 4 +++- .stow-local-ignore | 1 - README.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 .stow-local-ignore diff --git a/.alacritty.toml b/.alacritty.toml index 8c84b78..f370ce4 100644 --- a/.alacritty.toml +++ b/.alacritty.toml @@ -1,4 +1,3 @@ -import = ["~/.config/alacritty/themes/themes/hyper.toml"] #[shell] #program = "/home/nathan/.cargo/bin/zellij" @@ -25,3 +24,6 @@ save_to_clipboard = true [mouse] bindings = [{ mouse = "Right", action = "Paste" }] +[general] +import = ["~/.config/alacritty/themes/themes/hyper.toml"] + diff --git a/.stow-local-ignore b/.stow-local-ignore deleted file mode 100644 index b43bf86..0000000 --- a/.stow-local-ignore +++ /dev/null @@ -1 +0,0 @@ -README.md diff --git a/README.md b/README.md index 32b8289..c0d7928 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # dotfiles -This uses the stow system by gnu +See device-setup for installation