From 7f3a32cb62306731030b8322971c39119da29917 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 20 Apr 2025 20:00:05 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-20 20:00:05 --- .config/codebook/codebook.toml | 7 +++++++ .config/fish/config.fish | 2 +- .config/starship.toml | 5 ++++- .config/yadm/tracked | 1 + 4 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 .config/codebook/codebook.toml diff --git a/.config/codebook/codebook.toml b/.config/codebook/codebook.toml new file mode 100644 index 00000000..67f8dbf8 --- /dev/null +++ b/.config/codebook/codebook.toml @@ -0,0 +1,7 @@ +words = [ + "diceware", + "hmac", + "pathlib", + "wav", + "wordlist", +] diff --git a/.config/fish/config.fish b/.config/fish/config.fish index f3be6087..8046c311 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -2,7 +2,7 @@ if status is-interactive # source ~/.config/fish/custom_cd.fish - # starship init fish | source + starship init fish | source direnv hook fish | source zoxide init fish | source thefuck --alias | source diff --git a/.config/starship.toml b/.config/starship.toml index 5ac5941e..24a42246 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -23,10 +23,13 @@ $character""" "$schema" = 'https://starship.rs/config-schema.json' +add_newline = false + [directory] style = "blue" # style = "#C4693D" -fish_style_pwd_dir_length = 3 +# fish_style_pwd_dir_length = 1 +truncate_to_repo = false [character] success_symbol = "[>](purple)" diff --git a/.config/yadm/tracked b/.config/yadm/tracked index 62983ea5..033cd961 100644 --- a/.config/yadm/tracked +++ b/.config/yadm/tracked @@ -67,3 +67,4 @@ .config/vdirsyncer .config/khal .config/just +.config/codebook