From d0b98823dc3b41336be8325ba4d6e01cddc46966 Mon Sep 17 00:00:00 2001 From: Marley Rae Date: Mon, 29 Jan 2024 21:48:24 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Move=20starship.toml=20to=20fish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fish/.config/fish/config.fish.symlink | 2 +- {zsh => fish}/starship.toml | 0 zsh/install.sh | 11 ----------- 3 files changed, 1 insertion(+), 12 deletions(-) rename {zsh => fish}/starship.toml (100%) delete mode 100755 zsh/install.sh diff --git a/fish/.config/fish/config.fish.symlink b/fish/.config/fish/config.fish.symlink index 5c8758d..17cf0e4 100644 --- a/fish/.config/fish/config.fish.symlink +++ b/fish/.config/fish/config.fish.symlink @@ -47,5 +47,5 @@ end set -e config_files # Starship -set -gx STARSHIP_CONFIG "$DOT/zsh/starship.toml" +set -gx STARSHIP_CONFIG "$DOT/fish/starship.toml" starship init fish | source diff --git a/zsh/starship.toml b/fish/starship.toml similarity index 100% rename from zsh/starship.toml rename to fish/starship.toml diff --git a/zsh/install.sh b/zsh/install.sh deleted file mode 100755 index e0f6a85..0000000 --- a/zsh/install.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env bash -# vim:set ft=bash: - -cd "$(dirname "${BASH_SOURCE[0]}")" \ - && . "../homebrew/brew_utils.sh" - -brew_install "FiraCode Nerd Font" "font-fira-code-nerd-font" "" "homebrew/cask-fonts" -brew_install "Starship Prompt" "starship" -brew_install "Zsh Syntax Highlighting" "zsh-syntax-highlighting" -brew_install "Zsh Autosuggestions" "zsh-autosuggestions" -brew_install "The Fuck" "thefuck"