๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add taplo

kacaii 8e13ddba bfd79cbd

+4 -2
+3 -2
.config/fish/config.fish
··· 18 18 set -g __fish_git_prompt_char_dirtystate "*" 19 19 20 20 # ๏‡ฆ Setup Integrations 21 - command -q zoxide; and zoxide init fish | source 22 21 command -q direnv; and direnv hook fish | source 23 - command -q task; and task --completion fish | source 24 22 command -q jj; and set -g jj_config_file ( jj config path --user ) 25 23 command -q keychain; and eval "$(keychain --quiet --eval github tangled)" 24 + command -q taplo; and taplo completions fish | source 25 + command -q task; and task --completion fish | source 26 + command -q zoxide; and zoxide init fish | source 26 27 27 28 # ๎น Load scripts 28 29 for fish_sh in $__fish_config_dir/shell/*.fish
+1
.config/fish/functions/basic_custom_setup.fish
··· 32 32 rg \ 33 33 sqlfluff \ 34 34 sqlite3 \ 35 + taplo \ 35 36 tmux \ 36 37 trash-cli \ 37 38 tree \