Browse Source

Link fish config files instead of copying

DricomDragon 5 years ago
parent
commit
db8f32f853
1 changed files with 2 additions and 3 deletions
  1. 2 3
      Install/fish-custom

+ 2 - 3
Install/fish-custom

@@ -1,7 +1,6 @@
 #!/usr/bin/fish
 
 # Install fish customization
-
-mkdir -p /home/jovian/.config/fish
-cp -r ./Templates/fish/* /home/jovian/.config/fish/
+mkdir --parents /home/jovian/.config/fish
+cp --recursive --update --link ./Templates/fish/* /home/jovian/.config/fish/