diff options
author | Matt Singleton <matt@xcolour.net> | 2023-02-22 11:44:10 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-02-22 11:44:10 -0600 |
commit | e6ba41328886ca5675d12d94f71385d977b90d24 (patch) | |
tree | b33ae71f39020e28aef2408ebf2f9f8c41c8f203 | |
parent | b36021a87da7977feb64a54466d76913e8f3f0d6 (diff) |
get rid of kitty entirely
-rwxr-xr-x | deploy.sh | 3 | ||||
-rw-r--r-- | local/kitty-local.conf | 1 |
2 files changed, 0 insertions, 4 deletions
@@ -110,9 +110,6 @@ if [ ! -e "$HOME/.config/git/config-local" ]; then cp local/gitconfig-local "$HOME/.config/git/config-local" fi if [ "$uname" = "linux" ]; then - if [ ! -e "$HOME/.config/kitty/local.conf" ]; then - cp local/kitty-local.conf "$HOME/.config/kitty/local.conf" - fi dconfig="$xconfig/duplicity" mkdir -p "$dconfig" if [ ! -e "$dconfig/config" ]; then diff --git a/local/kitty-local.conf b/local/kitty-local.conf deleted file mode 100644 index 179e568..0000000 --- a/local/kitty-local.conf +++ /dev/null @@ -1 +0,0 @@ -# local overrides |