up snaps and variables
This commit is contained in:
parent
8f74d12ea4
commit
f34a7c18f2
|
@ -10,8 +10,9 @@
|
|||
community.general.snap:
|
||||
name:
|
||||
- emacs
|
||||
- blender
|
||||
- rambox
|
||||
# - czkawka
|
||||
# - blender
|
||||
# - rambox
|
||||
classic: true
|
||||
# - name: Install "blender" with option --classic
|
||||
# community.general.snap:
|
||||
|
@ -21,9 +22,6 @@
|
|||
# community.general.snap:
|
||||
# name: rambox
|
||||
# classic: true
|
||||
- name: Install fslint
|
||||
community.general.snap:
|
||||
name: fslint-unofficial
|
||||
|
||||
- name: Install "tor-mkg20001"
|
||||
community.general.snap:
|
||||
|
@ -46,4 +44,4 @@
|
|||
name: gephi
|
||||
# - name: Install "czkawka" to search for duplicate files
|
||||
# community.general.snap:
|
||||
# name: czkawka
|
||||
# name: czkawka
|
||||
|
|
|
@ -84,7 +84,7 @@ if [ -z ${load_only_once+x} ]; then
|
|||
|
||||
|
||||
# --------- gestion des exclusions de rsync -------- #
|
||||
EXCLUDE=( ".yarn" ".nvm" "cache" ".cache" "Cache" "Steam" "steamapps" ".npm" ".yarn" "node_modules" ".mozilla" "vendor" "Steam" ".rbenv" ".config/borg" "@eaDir" "steamapps" "bower_components" ".cargo" ".gem" ".BOINC")
|
||||
EXCLUDE=( ".yarn" ".nvm" "cache" ".cache" "Cache" "Steam" "steamapps" ".npm" ".yarn" "node_modules" ".mozilla" "vendor" "Steam" ".rbenv" ".config/borg" "@eaDir" "steamapps" "bower_components" ".cargo" ".gem" ".BOINC" "*.pto")
|
||||
exclude_opts=()
|
||||
for item in "${EXCLUDE[@]}"; do
|
||||
exclude_opts+=( --exclude "$item" )
|
||||
|
|
Loading…
Reference in New Issue