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 "fish"
|
||||||
brew "fzf"
|
brew "fzf"
|
||||||
brew "gh"
|
brew "gh"
|
||||||
brew "spaceship"
|
brew "starship"
|
||||||
|
|
||||||
cask "1password"
|
cask "1password"
|
||||||
cask "alfred"
|
cask "alfred"
|
||||||
|
cask "bartender"
|
||||||
cask "bettertouchtool"
|
cask "bettertouchtool"
|
||||||
cask "charles"
|
cask "charles"
|
||||||
cask "claude"
|
cask "claude"
|
||||||
cask "claude-code"
|
cask "claude-code"
|
||||||
|
cask "cleanshot"
|
||||||
cask "cursr"
|
cask "cursr"
|
||||||
cask "displaylink"
|
cask "displaylink"
|
||||||
cask "docker-desktop"
|
cask "docker-desktop"
|
||||||
cask "finicky"
|
cask "font-fira-code-nerd-font"
|
||||||
cask "fork"
|
cask "fork"
|
||||||
cask "google-drive"
|
cask "google-drive"
|
||||||
cask "iterm2"
|
cask "iterm2"
|
||||||
cask "jetbrains-toolbox"
|
cask "jetbrains-toolbox"
|
||||||
cask "lens"
|
cask "lens"
|
||||||
|
cask "mos"
|
||||||
cask "obsidian"
|
cask "obsidian"
|
||||||
cask "readdle-spark"
|
cask "readdle-spark"
|
||||||
cask "slack"
|
cask "slack"
|
||||||
@@ -27,7 +29,6 @@ cask "typeit4me"
|
|||||||
cask "visual-studio-code"
|
cask "visual-studio-code"
|
||||||
cask "whatsapp"
|
cask "whatsapp"
|
||||||
cask "zen"
|
cask "zen"
|
||||||
|
|
||||||
vscode "alefragnani.project-manager"
|
vscode "alefragnani.project-manager"
|
||||||
vscode "anthropic.claude-code"
|
vscode "anthropic.claude-code"
|
||||||
vscode "dbaeumer.vscode-eslint"
|
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
|
"Green Component" : 0.23660069704055786
|
||||||
},
|
},
|
||||||
"Name" : "Default",
|
"Name" : "Default",
|
||||||
"Transparency" : 0.14999999999999999,
|
"Transparency" : 0.099999999999999992,
|
||||||
"Horizontal Spacing" : 1,
|
"Horizontal Spacing" : 1,
|
||||||
"Cursor Color (Dark)" : {
|
"Cursor Color (Dark)" : {
|
||||||
"Red Component" : 0.99997633695602417,
|
"Red Component" : 0.99997633695602417,
|
||||||
@@ -501,7 +501,7 @@
|
|||||||
"Alpha Component" : 1,
|
"Alpha Component" : 1,
|
||||||
"Green Component" : 0.7607843279838562
|
"Green Component" : 0.7607843279838562
|
||||||
},
|
},
|
||||||
"Normal Font" : "Monaco 12",
|
"Normal Font" : "FiraCodeNFM-Reg 12",
|
||||||
"Unlimited Scrollback" : false,
|
"Unlimited Scrollback" : false,
|
||||||
"Ansi 12 Color (Light)" : {
|
"Ansi 12 Color (Light)" : {
|
||||||
"Red Component" : 0.65349078178405762,
|
"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