[+] Kitty config

This commit is contained in:
Azalea Gui
2022-12-30 06:01:57 -05:00
parent 77845c4ef5
commit c2a442409f
3 changed files with 205 additions and 1 deletions
+3 -1
View File
@@ -10,7 +10,7 @@ check-config()
then
set -e
color "$prefix &c$file is not a symlink, creating symlink"
if [[ -f "$file" ]]
if [[ -f "$file" ]] || [[ -d "$file" ]]
then
echo "> Original file $file exists."
echo "> Diff:"
@@ -50,3 +50,5 @@ check-ssh-config
check-config "$HOME/.nanorc" "$CFGSYNC/nanorc"
check-config "$HOME/.condarc" "$CFGSYNC/.condarc"
check-config "$HOME/.java/.userPrefs/com/cburch/logisim/prefs.xml" "$CFGSYNC/.java/.userPrefs/com/cburch/logisim/prefs.xml"
check-config "$HOME/.config/kitty" "$CFGSYNC/.config/kitty"