Browse Source

Symlink custom binary folder

Relocate scripts in order to do so.

Update README accordingly.
DricomDragon 4 years ago
parent
commit
ba1dbe2c9f

CommonScripts/checkinst → Install/Templates/bin/checkinst


CommonScripts/dccheck → Install/Templates/bin/dccheck


CommonScripts/dcpull → Install/Templates/bin/dcpull


CommonScripts/dcpush → Install/Templates/bin/dcpush


CommonScripts/inst → Install/Templates/bin/inst


CommonScripts/isgitrepo → Install/Templates/bin/isgitrepo


CommonScripts/swapkeyboard → Install/Templates/bin/swapkeyboard


CommonScripts/upoff → Install/Templates/bin/upoff


CommonScripts/usbpush → Install/Templates/bin/usbpush


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


+ 2 - 1
Install/basic-custom

@@ -1,7 +1,8 @@
 #!/usr/bin/fish
 
-# Link configuration
+# Link resources
 ln --symbolic Templates/config $HOME/.config
+ln --symbolic Templates/bin $HOME/.bin
 
 # Export environment variables
 set --export --universal JHE 'jovian-hersemeule.eu'

+ 0 - 4
README.md

@@ -12,10 +12,6 @@ You will find scripts and tutorials to help installing linux and some other tool
 
 Scripts used to install common features from a fresh installation of a debian distribution.
 
-### Common scripts
-
-Custom scripts that can be installed in `/usr/local/bin/` or `~/.bin/` to automate handy things.
-
 ### Guides
 
 Markdown files which explains how to set up tools like gogs.