1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-26 17:36:05 +02:00

updated bat and tiny config

This commit is contained in:
eoli3n 2020-05-10 21:55:27 +02:00
parent c27d8b38af
commit 01a71ab13b
3 changed files with 6 additions and 2 deletions

1
TODO
View File

@ -17,7 +17,6 @@
- up wrapper : 'ix' and 'upfile' = auto-copy
- pureprompt root mark : https://github.com/rafaelrinaldi/pure/issues/117
- noto-fonts doesnt work: see morning chars on #archlinux-fr
- change bat comment color ?
# IRC
- tiny-irc : https://github.com/osa1/tiny/issues/created_by/eoli3n

View File

@ -1,4 +1,4 @@
# Defined in - @ line 1
function cat --description 'alias cat'
bat -pp --theme "base16" $argv;
bat -pp --theme "Dracula" $argv;
end

View File

@ -4,6 +4,11 @@
path: ~/.config/tiny/
state: directory
- name: create log dir
file:
path: ~/.tiny_logs
state: directory
- name: template conf file
template:
src: config.yml.j2