Added loki emborg home setting
This commit is contained in:
parent
dc2d3ece7c
commit
7d0fc53ebb
1 changed files with 27 additions and 0 deletions
27
.config/emborg/home##os.Linux,h.loki
Normal file
27
.config/emborg/home##os.Linux,h.loki
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
#src_dirs = '~'.split() # absolute path to directory to be backed up
|
||||||
|
src_dirs = '''
|
||||||
|
~
|
||||||
|
'''.split()
|
||||||
|
|
||||||
|
excludes = '''
|
||||||
|
~/tmp
|
||||||
|
~/.cache
|
||||||
|
~/.mozilla
|
||||||
|
~/.config/google-chrome
|
||||||
|
~/.config/BraveSoftware
|
||||||
|
~/.firestorm_x64/cache
|
||||||
|
~/.firestorm_x64/cache-sl
|
||||||
|
~/.local/share/fonts
|
||||||
|
~/.local/share/Steam
|
||||||
|
~/.steam/steam/steamapps
|
||||||
|
~/**/__pycache__
|
||||||
|
~/**/*.pyc
|
||||||
|
~/**/.*.swp
|
||||||
|
~/**/.*.swo
|
||||||
|
~/Backups
|
||||||
|
~/Downloads
|
||||||
|
~/ISOs
|
||||||
|
~/Music
|
||||||
|
~/Nextcloud
|
||||||
|
'''.split()
|
||||||
|
|
Loading…
Reference in a new issue