diff --git a/config-sync/.condarc b/config-sync/.condarc new file mode 100644 index 0000000..e291e62 --- /dev/null +++ b/config-sync/.condarc @@ -0,0 +1,4 @@ +channels: + - conda-forge + - defaults +channel_priority: flexible \ No newline at end of file diff --git a/scripts/includes/config-sync.sh b/scripts/includes/config-sync.sh index ce73c40..a5aa064 100644 --- a/scripts/includes/config-sync.sh +++ b/scripts/includes/config-sync.sh @@ -48,4 +48,5 @@ check-ssh-config # Check nanorc includes # check-inject "$HOME/.nanorc" "include $SCR/../config-sync/nanorc" 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"