mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-08-03 05:45:20 -04:00
chezmoi
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
# Ghostty config translated from iTerm2
|
||||
# https://ghostty.org/docs/config
|
||||
|
||||
# Font settings
|
||||
font-family = "Monaspace Neon"
|
||||
font-size = 12
|
||||
adjust-cell-height = 4
|
||||
|
||||
# Window settings
|
||||
window-width = 160
|
||||
window-height = 48
|
||||
background-opacity = 0.93
|
||||
background-blur = true
|
||||
|
||||
# Cursor (bar style, matching iTerm2 cursor type 1)
|
||||
cursor-style = bar
|
||||
|
||||
# Shell
|
||||
command = /opt/homebrew/bin/zsh
|
||||
|
||||
# Scrollback (unlimited)
|
||||
scrollback-limit = 10000000
|
||||
|
||||
# Option key behavior (left=esc, right=normal)
|
||||
macos-option-as-alt = left
|
||||
|
||||
# Colors
|
||||
theme = Material Darker
|
||||
#background = none
|
||||
# background = #141414
|
||||
# foreground = #edf0eb
|
||||
# cursor-color = #eaeaea
|
||||
# selection-background = #bcc085
|
||||
# selection-foreground = #141414
|
||||
|
||||
# # ANSI colors (normal)
|
||||
# palette = 0=#000000
|
||||
# palette = 1=#ff5c57
|
||||
# palette = 2=#5af78e
|
||||
# palette = 3=#f3f99d
|
||||
# palette = 4=#57c7ff
|
||||
# palette = 5=#ff6ac1
|
||||
# palette = 6=#9aedfe
|
||||
# palette = 7=#f1f1f0
|
||||
|
||||
# # ANSI colors (bright)
|
||||
# palette = 8=#000000
|
||||
# palette = 9=#ff5c57
|
||||
# palette = 10=#5af78e
|
||||
# palette = 11=#f3f99d
|
||||
# palette = 12=#57c7ff
|
||||
# palette = 13=#ff6ac1
|
||||
# palette = 14=#9aedfe
|
||||
# palette = 15=#f1f1f0
|
||||
|
||||
# Other settings matching iTerm2
|
||||
copy-on-select = false
|
||||
# confirm-close-surface = false
|
||||
shell-integration-features = true
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
[settings]
|
||||
idiomatic_version_file_enable_tools = ["node"]
|
||||
|
||||
[settings.python]
|
||||
compile = false
|
||||
|
||||
[tools]
|
||||
bun = "latest"
|
||||
node = "24"
|
||||
python = ["3.14", "3.13", "3.12", "3.11"]
|
||||
ruby = "latest"
|
||||
uv = "latest"
|
||||
@@ -0,0 +1,117 @@
|
||||
# https://starship.rs/config/
|
||||
"$schema" = "https://starship.rs/config-schema.json"
|
||||
|
||||
# A minimal left prompt:
|
||||
# format = """$character"""
|
||||
# right_format = """$all"""
|
||||
|
||||
[aws]
|
||||
disabled = true
|
||||
|
||||
[battery]
|
||||
disabled = true
|
||||
|
||||
[cmd_duration]
|
||||
min_time = 2500
|
||||
|
||||
[container]
|
||||
disabled = true
|
||||
|
||||
[directory]
|
||||
truncation_length = 0
|
||||
truncate_to_repo = false
|
||||
read_only = " "
|
||||
|
||||
[directory.substitutions]
|
||||
"~" = " ~"
|
||||
" ~/Documents" = " ~/Documents"
|
||||
" ~/Downloads" = " ~/Downloads"
|
||||
" ~/Desktop" = " ~/Desktop"
|
||||
" ~/Music" = " ~/Music"
|
||||
" ~/Pictures" = " ~/Pictures"
|
||||
" ~/Library" = " ~/Library"
|
||||
" ~/Dropbox" = " ~/Dropbox"
|
||||
" ~/source" = " ~/source"
|
||||
" ~/.dotfiles" = " ~/.dotfiles"
|
||||
|
||||
[docker_context]
|
||||
symbol = " "
|
||||
|
||||
[gcloud]
|
||||
disabled = true
|
||||
|
||||
[git_branch]
|
||||
symbol = " "
|
||||
|
||||
[git_commit]
|
||||
tag_symbol = " "
|
||||
tag_disabled = false
|
||||
format = "[ $hash$tag]($style) "
|
||||
|
||||
[git_status]
|
||||
style = "bold bright-yellow"
|
||||
format = "([ $all_status$ahead_behind]($style) )"
|
||||
ignore_submodules = true
|
||||
renamed = ""
|
||||
deleted = ""
|
||||
stashed = ""
|
||||
|
||||
[golang]
|
||||
symbol = " "
|
||||
|
||||
[hostname]
|
||||
ssh_only = true
|
||||
ssh_symbol = " "
|
||||
style = "bold green"
|
||||
format = "[$ssh_symbol$hostname]($style) "
|
||||
|
||||
[localip]
|
||||
disabled = true
|
||||
|
||||
[nodejs]
|
||||
symbol = " "
|
||||
|
||||
[os.symbols]
|
||||
Alpine = " "
|
||||
Arch = " "
|
||||
CentOS = " "
|
||||
Debian = " "
|
||||
Fedora = " "
|
||||
FreeBSD = " "
|
||||
Gentoo = " "
|
||||
Linux = " "
|
||||
Macos = " "
|
||||
Mint = " "
|
||||
NixOS = " "
|
||||
OpenBSD = " "
|
||||
openSUSE = " "
|
||||
Raspbian = " "
|
||||
Redhat = " "
|
||||
RedHatEnterprise = " "
|
||||
Ubuntu = " "
|
||||
Unknown = " "
|
||||
Windows = " "
|
||||
|
||||
[package]
|
||||
symbol = " "
|
||||
|
||||
[php]
|
||||
symbol = " "
|
||||
|
||||
[python]
|
||||
symbol = " "
|
||||
pyenv_version_name = true
|
||||
|
||||
[ruby]
|
||||
symbol = " "
|
||||
|
||||
[rust]
|
||||
symbol = " "
|
||||
|
||||
[username]
|
||||
format = "[ $user]($style) "
|
||||
style_root = "bold bright-red"
|
||||
style_user = "bold bright-red"
|
||||
|
||||
[vagrant]
|
||||
disabled = true
|
||||
Reference in New Issue
Block a user