More config cleanup
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
005c4f29b6
commit
8d3f9c8a1d
22 changed files with 44 additions and 27 deletions
|
@ -13,7 +13,7 @@
|
|||
#
|
||||
# USAGE:
|
||||
# ./install.sh
|
||||
. ./system/bin/utils.sh
|
||||
. ./system/.local/bin/utils.sh
|
||||
|
||||
#######################################
|
||||
# Configuration variables
|
||||
|
@ -47,6 +47,7 @@ LINKED_FILES_HOME=(
|
|||
".config/httpie"
|
||||
".config/i3"
|
||||
".config/mpv"
|
||||
".config/npm"
|
||||
".config/polybar"
|
||||
".config/redshift"
|
||||
".config/streamlink"
|
||||
|
@ -57,7 +58,7 @@ LINKED_FILES_HOME=(
|
|||
".config/wget"
|
||||
".config/X11"
|
||||
".env"
|
||||
"bin"
|
||||
".local/bin"
|
||||
)
|
||||
|
||||
# Groups the user should be added to
|
||||
|
@ -102,7 +103,7 @@ do
|
|||
done
|
||||
|
||||
print_header "Give permissions"
|
||||
set_permission severin 744 "${HOME}/bin"
|
||||
set_permission severin 744 "${XDG_BIN_HOME}"
|
||||
|
||||
print_header "Add user to groups"
|
||||
for group in "${ADD_GROUPS[@]}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue