Browse Source

Create home template category and set up bin

Every template <folder> located in home folder should be (sym)linked in /home/user/.<folder>
DricomDragon 4 years ago
parent
commit
03e5abd89d

Install/Templates/bin/dccheck → Install/Templates/home/bin/dccheck


Install/Templates/bin/dcpull → Install/Templates/home/bin/dcpull


Install/Templates/bin/dcpush → Install/Templates/home/bin/dcpush


Install/Templates/bin/isgitrepo → Install/Templates/home/bin/isgitrepo


Install/Templates/bin/swapkeyboard → Install/Templates/home/bin/swapkeyboard


Install/Templates/bin/upoff → Install/Templates/home/bin/upoff


Install/Templates/bin/usbpush → Install/Templates/home/bin/usbpush


Install/Templates/bin/wifiecn.py → Install/Templates/home/bin/wifiecn.py


+ 1 - 1
Install/basic-custom

@@ -1,7 +1,7 @@
 #!/usr/bin/fish
 
 # Link resources
-ln --relative --symbolic Templates/bin $HOME/.bin
+ln --relative --symbolic Templates/home/bin $HOME/.bin
 
 # Ensure config folder existance
 mkdir --parents $HOME/.config