diff --git a/brewfile b/brewfile index eb18a65..c5064db 100644 --- a/brewfile +++ b/brewfile @@ -1,23 +1,25 @@ brew "fish" brew "fzf" brew "gh" -brew "spaceship" - +brew "starship" cask "1password" cask "alfred" +cask "bartender" cask "bettertouchtool" cask "charles" cask "claude" cask "claude-code" +cask "cleanshot" cask "cursr" cask "displaylink" cask "docker-desktop" -cask "finicky" +cask "font-fira-code-nerd-font" cask "fork" cask "google-drive" cask "iterm2" cask "jetbrains-toolbox" cask "lens" +cask "mos" cask "obsidian" cask "readdle-spark" cask "slack" @@ -27,7 +29,6 @@ cask "typeit4me" cask "visual-studio-code" cask "whatsapp" cask "zen" - vscode "alefragnani.project-manager" vscode "anthropic.claude-code" vscode "dbaeumer.vscode-eslint" diff --git a/fish-config.fish b/fish-config.fish new file mode 100644 index 0000000..dc504d7 --- /dev/null +++ b/fish-config.fish @@ -0,0 +1,3 @@ +if status is-interactive + starship init fish | source +end diff --git a/iterm-profile.json b/iterm-profile.json index a547ac4..8226ea4 100644 --- a/iterm-profile.json +++ b/iterm-profile.json @@ -337,7 +337,7 @@ "Green Component" : 0.23660069704055786 }, "Name" : "Default", - "Transparency" : 0.14999999999999999, + "Transparency" : 0.099999999999999992, "Horizontal Spacing" : 1, "Cursor Color (Dark)" : { "Red Component" : 0.99997633695602417, @@ -501,7 +501,7 @@ "Alpha Component" : 1, "Green Component" : 0.7607843279838562 }, - "Normal Font" : "Monaco 12", + "Normal Font" : "FiraCodeNFM-Reg 12", "Unlimited Scrollback" : false, "Ansi 12 Color (Light)" : { "Red Component" : 0.65349078178405762, diff --git a/starship.toml b/starship.toml new file mode 100644 index 0000000..948abe0 --- /dev/null +++ b/starship.toml @@ -0,0 +1,2 @@ +[line_break] +disabled = true