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

Configure Feed

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

add keychain

kacaii 80c31401 7b510264

+4 -1
+3
.config/fish/config.fish
··· 25 25 type -q task; and task --completion fish | source 26 26 type -q jj; and set -g jj_config_file ( jj config path --user ) 27 27 28 + # ๏‚„ Start SSH key manager 29 + type -q keychain; and eval "$(keychain --quiet --eval github tangled)" 30 + 28 31 # ๎น Load scripts 29 32 for fish_sh in $__fish_config_dir/shell/*.fish 30 33 source $fish_sh
+1
.config/fish/functions/basic_custom_setup.fish
··· 18 18 httpie \ 19 19 jj \ 20 20 just \ 21 + keychain \ 21 22 lazydocker \ 22 23 lazygit \ 23 24 lua \
-1
.config/fish/shell/abbr.fish
··· 4 4 5 5 # Reload shell 6 6 abbr s "source $__fish_config_dir/config.fish" 7 - abbr ssag "eval $(ssh-agent -c)" 8 7 9 8 # Default 10 9 abbr c clear