Merge branch 'master' of gitlab.com:severinkaderli/dotfiles
This commit is contained in:
commit
ca6e28b8e5
7 changed files with 18 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -44,11 +44,10 @@ system/.config/phpstorm/config/extensions/com.intellij.database/
|
||||||
system/.config/phpstorm/config/jdbc-drivers
|
system/.config/phpstorm/config/jdbc-drivers
|
||||||
system/.config/phpstorm/config/phpstorm64.vmoptions
|
system/.config/phpstorm/config/phpstorm64.vmoptions
|
||||||
system/.config/phpstorm/config/options/window.state.xml
|
system/.config/phpstorm/config/options/window.state.xml
|
||||||
system/.config/phpstorm/config/terminal/history/history-
|
system/.config/phpstorm/config/terminal/history/
|
||||||
system/.config/phpstorm/config/options/runner.layout.xml
|
system/.config/phpstorm/config/options/runner.layout.xml
|
||||||
system/.config/phpstorm/config/options/extensionsRootType.xml
|
system/.config/phpstorm/config/options/extensionsRootType.xml
|
||||||
system/.config/phpstorm/config/options/databaseDrivers.xml
|
system/.config/phpstorm/config/options/databaseDrivers.xml
|
||||||
system/.config/phpstorm/config/terminal/history/history-1
|
|
||||||
system/.config/phpstorm/config/user.web.token
|
system/.config/phpstorm/config/user.web.token
|
||||||
system/.config/mpd/database
|
system/.config/mpd/database
|
||||||
system/.config/phpstorm/config/workspace/
|
system/.config/phpstorm/config/workspace/
|
||||||
|
|
1
install
1
install
|
@ -166,6 +166,7 @@ declare -A COPY_ROOT_FILES
|
||||||
COPY_ROOT_FILES=(
|
COPY_ROOT_FILES=(
|
||||||
["/etc/docker/daemon.json"]="644"
|
["/etc/docker/daemon.json"]="644"
|
||||||
["/etc/gemrc"]="644"
|
["/etc/gemrc"]="644"
|
||||||
|
["/etc/logrotate.d/custom.conf"]="644"
|
||||||
["/etc/mkinitcpio.conf"]="644"
|
["/etc/mkinitcpio.conf"]="644"
|
||||||
["/etc/NetworkManager/conf.d/dns.conf"]="644"
|
["/etc/NetworkManager/conf.d/dns.conf"]="644"
|
||||||
["/etc/pacman.conf"]="644"
|
["/etc/pacman.conf"]="644"
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
|
autocrlf = input
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
|
|
0
system/.config/phpstorm/config/disabled_update.txt
Normal file
0
system/.config/phpstorm/config/disabled_update.txt
Normal file
|
@ -4,4 +4,7 @@
|
||||||
<option name="searchInBackground" value="true" />
|
<option name="searchInBackground" value="true" />
|
||||||
<option name="showTipsOnStartup" value="false" />
|
<option name="showTipsOnStartup" value="false" />
|
||||||
</component>
|
</component>
|
||||||
|
<component name="Registry">
|
||||||
|
<entry key="actionSystem.fix.alt.gr" value="false" />
|
||||||
|
</component>
|
||||||
</application>
|
</application>
|
|
@ -1,5 +1,5 @@
|
||||||
<templateSet group="Custom">
|
<templateSet group="Custom">
|
||||||
<template name="lema-roles" value="UPDATE user SET roles = '["ROLE_ADMIN","ROLE_SUPERUSER"]' WHERE id = 101107;" toReformat="true" toShortenFQNames="true">
|
<template name="lema-roles" value="UPDATE user SET roles = '["ROLE_ADMIN","ROLE_SUPERUSER"]' WHERE id = 101107;" description="" toReformat="true" toShortenFQNames="true">
|
||||||
<context>
|
<context>
|
||||||
<option name="SQL_STATEMENT" value="true" />
|
<option name="SQL_STATEMENT" value="true" />
|
||||||
<option name="SQL_STATEMENT_MEMSQL" value="true" />
|
<option name="SQL_STATEMENT_MEMSQL" value="true" />
|
||||||
|
|
11
system/etc/logrotate.d/custom.conf
Normal file
11
system/etc/logrotate.d/custom.conf
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
compresscmd zstd
|
||||||
|
uncompresscmd unzstd
|
||||||
|
compressoptions -9 --long -T0
|
||||||
|
compressext .zst
|
||||||
|
|
||||||
|
/home/severin/.local/log/*.log {
|
||||||
|
compress
|
||||||
|
daily
|
||||||
|
rotate 5
|
||||||
|
size 512K
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue