AutoYADM commit: 2025-04-20 20:00:05
This commit is contained in:
parent
0ac470b300
commit
7f3a32cb62
4 changed files with 13 additions and 2 deletions
7
.config/codebook/codebook.toml
Normal file
7
.config/codebook/codebook.toml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
words = [
|
||||||
|
"diceware",
|
||||||
|
"hmac",
|
||||||
|
"pathlib",
|
||||||
|
"wav",
|
||||||
|
"wordlist",
|
||||||
|
]
|
|
@ -2,7 +2,7 @@ if status is-interactive
|
||||||
|
|
||||||
# source ~/.config/fish/custom_cd.fish
|
# source ~/.config/fish/custom_cd.fish
|
||||||
|
|
||||||
# starship init fish | source
|
starship init fish | source
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
thefuck --alias | source
|
thefuck --alias | source
|
||||||
|
|
|
@ -23,10 +23,13 @@ $character"""
|
||||||
|
|
||||||
"$schema" = 'https://starship.rs/config-schema.json'
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
|
|
||||||
|
add_newline = false
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
style = "blue"
|
style = "blue"
|
||||||
# style = "#C4693D"
|
# style = "#C4693D"
|
||||||
fish_style_pwd_dir_length = 3
|
# fish_style_pwd_dir_length = 1
|
||||||
|
truncate_to_repo = false
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "[>](purple)"
|
success_symbol = "[>](purple)"
|
||||||
|
|
|
@ -67,3 +67,4 @@
|
||||||
.config/vdirsyncer
|
.config/vdirsyncer
|
||||||
.config/khal
|
.config/khal
|
||||||
.config/just
|
.config/just
|
||||||
|
.config/codebook
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue