Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
potsbo committed Feb 3, 2025
1 parent cda0bb0 commit 8b83cea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion config/.config/cursor/user/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,21 @@
]
}
},
"terminal.integrated.profiles.linux": {
"tmux": {
"overrideName": true,
"path": "bash",
"args": [
"-c",
"tm \"$PWD\""
]
}
},
"terminal.integrated.defaultProfile.osx": "tmux",
"window.commandCenter": 1,
"vscode-neovim.neovimExecutablePaths.linux": "/home/potsbo/.local/share/aquaproj-aqua/pkgs/github_release/github.com/neovim/neovim/v0.10.3/nvim-linux64.tar.gz/nvim-linux64/bin/nvim",
"vscode-neovim.useWSL": true,
"terminal.integrated.rightClickBehavior": "default",
"editor.fontFamily": "MonaspiceNe Nerd Font Mono, Menlo, Monaco, 'Courier New', monospace"
"editor.fontFamily": "MonaspiceAr Nerd Font Mono, Menlo, Monaco, 'Courier New', monospace",
"terminal.integrated.defaultProfile.linux": "tmux"
}
1 change: 1 addition & 0 deletions config/.config/ghostty/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
theme = Monokai Remastered

font-family = "MonaspiceAr NFM"
font-feature = -calt
font-feature = -liga
font-feature = -dlig
Expand Down

0 comments on commit 8b83cea

Please sign in to comment.