-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdestlink.conf
34 lines (27 loc) · 1.09 KB
/
destlink.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/bin/sh
# USER DESTS
# use user with uid 1000
USERNAME="$(id -un 1000)"
HOME="user/home:/home/${USERNAME}"
DOCUMENTS="user/documents:/home/${USERNAME}/Documents"
VIDEOS="user/videos:/home/${USERNAME}/Videos"
DOWNLOADS="user/downloads:/home/${USERNAME}/Downloads"
MUSIC="user/music:/home/${USERNAME}/Music"
DESKTOP="user/desktop:/home/${USERNAME}/Desktop"
PICTURES="user/pictures:/home/${USERNAME}/Pictures"
GAMES="user/games:/home/${USERNAME}/Games"
# SYSTEM DESTS
ROOTHOME="system/roothome:/root"
MANDIR="system/man:/usr/share/man"
BIN="system/bin:/bin"
SBIN="system/sbin:/sbin"
TEMP="system/tmp:/tmp"
LIB="system/lib:/lib"
MAIL="system/mail:/var/spool/mail"
SERVICEDIR="system/services:/etc/kanrisha.d/available"
WALLPAPERDIR="system/wallpapers:/usr/share/wallpapers"
APPLICATIONS="system/applications:/usr/share/applications"
WEBSERVEDIR="system/webserve:/var/www/html"
CHIMODULES="system/chimodules:/usr/lib/chilang"
# SELECTED DESTS
MOUNTS="ROOTHOME HOME DOCUMENTS VIDEOS DOWNLOADS MUSIC DESKTOP PICTURES GAMES MANDIR BIN SBIN TEMP LIB MAIL SERVICEDIR WALLPAPERDIR APPLICATIONS WEBSERVEDIR CHIMODULES"