Update directories in install script
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
98baef889b
commit
d8bbe03a5b
1 changed files with 3 additions and 3 deletions
6
install
6
install
|
@ -29,7 +29,6 @@ DIRECTORIES=(
|
|||
".local/share/gnupg/"
|
||||
".local/share/vpn/"
|
||||
"build"
|
||||
"documents"
|
||||
"downloads"
|
||||
"projects"
|
||||
"videos"
|
||||
|
@ -84,9 +83,10 @@ LINKED_FILES_HOME=(
|
|||
# Symlinks which will be created
|
||||
declare -A LINKED_FILES
|
||||
LINKED_FILES=(
|
||||
["${HOME}/music"]="${HOME}/documents/Media/Music"
|
||||
["${HOME}/pictures"]="${HOME}/documents/Media/Pictures"
|
||||
["${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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue