mirror of
https://github.com/awatertrevi/macos-configuration.git
synced 2026-09-22 11:44:36 +00:00
fix
This commit is contained in:
9
brewfile
9
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"
|
||||
|
||||
3
fish-config.fish
Normal file
3
fish-config.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
if status is-interactive
|
||||
starship init fish | source
|
||||
end
|
||||
@@ -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,
|
||||
|
||||
2
starship.toml
Normal file
2
starship.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
[line_break]
|
||||
disabled = true
|
||||
Reference in New Issue
Block a user