Add ccache config
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
903e751bf4
commit
b78b9ae7b6
2 changed files with 2 additions and 0 deletions
1
install
1
install
|
@ -42,6 +42,7 @@ LINKED_FILES_HOME=(
|
|||
".config/alacritty"
|
||||
".config/autokey"
|
||||
".config/bat"
|
||||
".config/ccache"
|
||||
".config/cmus"
|
||||
".config/compton"
|
||||
".config/cron"
|
||||
|
|
1
system/.config/ccache/config
Normal file
1
system/.config/ccache/config
Normal file
|
@ -0,0 +1 @@
|
|||
cache_dir_levels = 4
|
Loading…
Add table
Add a link
Reference in a new issue