diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -91,6 +91,9 @@ fi if [ ! -e "$HOME/.config/git/config-local" ]; then cp local/gitconfig-local config/git/config-local fi +if [ ! -e "$HOME/.config/kitty/local.conf" ]; then + cp local/kitty-local.conf config/kitty/local.conf +fi dconfig="$xconfig/duplicity" mkdir -p "$dconfig" if [ ! -e "$dconfig/config" ]; then |