1
0
Fork 0

build: asdf tool

This commit is contained in:
Michel 2022-11-03 17:48:46 +01:00
parent 724ae5b167
commit 2dad31496b
3 changed files with 36 additions and 0 deletions

5
.envrc Normal file
View File

@ -0,0 +1,5 @@
# See `direnv stdlib` for special functions provided by _direnv_.
use asdf
# RipGrep settings
export RIPGREP_CONFIG_PATH=$PWD/.ripgreprc

28
.ripgreprc Normal file
View File

@ -0,0 +1,28 @@
## Colors
#
--colors=path:bg:23
--colors=path:fg:253
## Smart-case Search
#
# - case-insensitive if the pattern is all lowercase;
# - case-sensitive otherwise.
#
# Overrides -s/--case-sensitive and -i/--ignore-case flags.
--smart-case
## Files Types
#
# --type-list to show all supported file types and their corresponding globs.
# --type-not to exclude a type from search.
#
--type-not=bzip2
--type-not=gzip
--type-not=xz
## Sorting in ascending order
# - none (Default) Do not sort results. Fastest. Can be multi-threaded.
# - path Sort by file path. Always single-threaded.
# - modified Sort by the last modified time on a file. Always single-threaded.
#
--sort=path

3
.tool-versions Normal file
View File

@ -0,0 +1,3 @@
direnv 2.32.1
ninja 1.11.1
python system