Browse Source

Link ssh config from home

DricomDragon 4 years ago
parent
commit
3623cdd5b9
2 changed files with 5 additions and 3 deletions
  1. 0 0
      Install/Templates/home/ssh/config
  2. 5 3
      Install/basic-custom

Install/Templates/examples/ssh/config → Install/Templates/home/ssh/config


+ 5 - 3
Install/basic-custom

@@ -1,10 +1,12 @@
 #!/usr/bin/fish
 
-# Link resources
-ln --relative --symbolic Templates/home/bin $HOME/.bin
-
 # Ensure config folder existance
 mkdir --parents $HOME/.config
+mkdir --parents $HOME/.ssh
+
+# Link resources
+ln --relative --symbolic Templates/home/bin $HOME/.bin
+cp --link Templates/home/ssh/config $HOME/.ssh/config
 
 # Basic config
 mv $HOME/.config/fish $HOME/.config/fish_stock_backup