Starship config, tweaks to Sublime.

This commit is contained in:
Gabriel Simmer 2020-10-01 09:34:13 +01:00
parent 506503239b
commit 9d9e662916
No known key found for this signature in database
GPG key ID: 33BA4D83B160A0A9
5 changed files with 53 additions and 7 deletions

View file

@ -8,6 +8,6 @@ profile {
}
profile {
output DP-3 enable scale 2
output eDP-1 enable scale 1.25
output DP-3 mode 2560x1440@60Hz scale 1 position 0,0
output eDP-1 disable
}

View file

@ -0,0 +1,37 @@
add_newline = true
format = """
[ $username$hostname](bold green)
[](bold green) $directory$git_status$git_branch$golang
[ $character](bold green)"""
[character]
success_symbol = "[|](bold green)"
error_symbol = "[|](bold red)"
[username]
format = "$user"
disabled = false
show_always = true
[git_branch]
format = "[$symbol$branch]($style)"
style = "bold yellow"
[git_status]
disabled = false
# configure directory
[directory]
truncation_length = 3
truncate_to_repo = false
style = "bold italic #87A752"
[hostname]
ssh_only = false
format = "@$hostname "
disabled = false
[golang]
format = " [\\(go $version\\)](bold cyan)"

View file

@ -5,17 +5,25 @@
],
"installed_packages":
[
"Bats",
"Dockerfile Syntax Highlighting",
"Emmet",
"Gitmoji",
"Gofmt",
"Golang Build",
"JSX",
"LSP",
"LSP-bash",
"LSP-typescript",
"LSP-yaml",
"Markdown Extended",
"Package Control",
"Rust Enhanced",
"SublimeCodeIntel",
"Terminus",
"Terraform",
"Theme - Monokai Pro",
"TOML"
"TOML",
"TypeScript Syntax"
]
}

View file

@ -7,12 +7,12 @@
"Rust",
"Vintage"
],
"monokai_pro_highlight_open_folders": true,
"monokai_pro_minimal": true,
"monokai_pro_style_title_bar": true,
"rulers":
[
80
],
"theme": "Monokai Pro (Filter Spectrum).sublime-theme",
"monokai_pro_minimal": true,
"monokai_pro_highlight_open_folders": true,
"monokai_pro_style_title_bar": true
"theme": "Monokai Pro (Filter Spectrum).sublime-theme"
}

View file

@ -115,3 +115,4 @@ export PATH="$DENO_INSTALL/bin:$PATH"
# sfdx autocomplete setup
SFDX_AC_ZSH_SETUP_PATH=/home/gsimmer/.cache/sfdx/autocomplete/zsh_setup && test -f $SFDX_AC_ZSH_SETUP_PATH && source $SFDX_AC_ZSH_SETUP_PATH;
eval "$(starship init zsh)"