Update directories in install script

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-07-15 19:34:12 +02:00
parent 98baef889b
commit d8bbe03a5b
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -29,7 +29,6 @@ DIRECTORIES=(
".local/share/gnupg/" ".local/share/gnupg/"
".local/share/vpn/" ".local/share/vpn/"
"build" "build"
"documents"
"downloads" "downloads"
"projects" "projects"
"videos" "videos"
@ -84,9 +83,10 @@ LINKED_FILES_HOME=(
# Symlinks which will be created # Symlinks which will be created
declare -A LINKED_FILES declare -A LINKED_FILES
LINKED_FILES=( LINKED_FILES=(
["${HOME}/music"]="${HOME}/documents/Media/Music"
["${HOME}/pictures"]="${HOME}/documents/Media/Pictures"
["${HOME}/.PhpStorm2019.1"]="${XDG_CONFIG_HOME}/phpstorm" ["${HOME}/.PhpStorm2019.1"]="${XDG_CONFIG_HOME}/phpstorm"
["${HOME}/documents"]="${HOME}/data/Documents"
["${HOME}/music"]="${HOME}/data/Media/Music"
["${HOME}/pictures"]="${HOME}/data/Media/Pictures"
) )
# Permissions to set for folders and files # Permissions to set for folders and files