From f22f1723c01b56da14ae1de3491a78af1bc4c464 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 11 Dec 2024 20:46:32 +0100 Subject: Dot files with `chezmoi` --- .config/starship.toml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .config/starship.toml (limited to '.config/starship.toml') diff --git a/.config/starship.toml b/.config/starship.toml deleted file mode 100644 index 344b069..0000000 --- a/.config/starship.toml +++ /dev/null @@ -1,23 +0,0 @@ -add_newline = false - -[directory] -truncation_length = 15 -style = "cyan" - -[line_break] -disabled = true - -[custom.docker] -description = "Shows the docker symbol if the current directory has Dockerfile or docker-compose.yml files" -command = "echo 🐳" -files = ["Dockerfile", "docker-compose.yml", "docker-compose.yaml"] -when = """ command -v docker &> /dev/null; exit (echo $?); """ - -[custom.ssh_keys] -description = "SSH key count" -when = "ssh-add -l | grep -v -q 'no identities'" -command = "ssh-add -l | grep -v 'no identities' | wc -l" -format = "$symbol[$output]($style) " -shell = ["bash", "--noprofile", "--norc"] -symbol = "🔑" -style = "bold fg:green" -- cgit v1.2.3-18-g5258