refactore directory structure
This commit is contained in:
parent
3830eef1f4
commit
e87bfb7c39
485 changed files with 66 additions and 1696 deletions
8
.config/lolcate/config.toml
Normal file
8
.config/lolcate/config.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[types]
|
||||
# Definition of custom path name types
|
||||
# Examples:
|
||||
img = ".*\\.(jp.?g|png|gif|JP.?G)$"
|
||||
video = ".*\\.(flv|mp4|mp.?g|avi|wmv|mkv|3gp|m4v|asf|webm)$"
|
||||
doc = ".*\\.(pdf|chm|epub|djvu?|mobi|azw3|odf|ods|md|tex|txt|adoc)$"
|
||||
audio = ".*\\.(mp3|m4a|flac|ogg)$"
|
||||
|
37
.config/lolcate/default/config.toml
Normal file
37
.config/lolcate/default/config.toml
Normal file
|
@ -0,0 +1,37 @@
|
|||
|
||||
description = ""
|
||||
|
||||
# Directories to index.
|
||||
dirs = [
|
||||
"~/org",
|
||||
"~/Downloads",
|
||||
"~/Documents",
|
||||
"~/Pictures",
|
||||
"~/Videos",
|
||||
"~/Music",
|
||||
"~/ebooks",
|
||||
"~/nextcloud",
|
||||
"~/.dotemacs",
|
||||
"~/.emacs.d",
|
||||
# "~/storage/tfc",
|
||||
# "~/storage/nextcloud",
|
||||
# "~/.dotfiles",
|
||||
# "~/dotfiles",
|
||||
]
|
||||
|
||||
Dirs = [
|
||||
"~/Games",
|
||||
]
|
||||
# Set to "Dirs" or "Files" to skip directories or files.
|
||||
# If unset, or set to "None", both files and directories will be included.
|
||||
skip = "Dirs"
|
||||
|
||||
# Set to true if you want skip symbolic links
|
||||
ignore_symlinks = false
|
||||
|
||||
# Set to true if you want to ignore hidden files and directories
|
||||
ignore_hidden = false
|
||||
|
||||
# Set to true to read .gitignore files and ignore matching files
|
||||
gitignore = false
|
||||
|
16
.config/lolcate/default/ignores
Normal file
16
.config/lolcate/default/ignores
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Dirs / files to ignore.
|
||||
# Use the same syntax as gitignore(5).
|
||||
# Common patterns:
|
||||
#
|
||||
|
||||
.git
|
||||
*~*
|
||||
|
||||
#dirs
|
||||
Games/
|
||||
.spacemacs.d
|
||||
.steampath
|
||||
go/
|
||||
Documents/PersonalImportant/OABackupX/
|
||||
quicklisp/
|
||||
Nextcloud/
|
Loading…
Add table
Add a link
Reference in a new issue