Add phpstorm settings

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-06-19 13:38:19 +02:00
parent 482e0e3dfd
commit 4d8b1920ab
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
8 changed files with 60 additions and 1 deletions

View file

@ -66,6 +66,7 @@ LINKED_FILES_HOME=(
".config/npm"
".config/octave"
".config/pacman"
".config/phpstorm"
".config/polybar"
".config/python"
".config/redshift"
@ -91,6 +92,7 @@ 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"
)
# Permissions to set for folders and files
@ -109,6 +111,7 @@ ADD_GROUPS=(
# Array of systemd services which should be enabled
SYSTEMD_SERVICES=(
"acpid"
"bluetooth"
"cronie"
"docker"
"NetworkManager"