Compare commits
2 Commits
ae874fda02
...
29c01bad46
Author | SHA1 | Date | |
---|---|---|---|
|
29c01bad46 | ||
a8e07e47d0 |
@ -172,6 +172,7 @@ RUN ${XDG_DATA_HOME}/rtx/bin/rtx plugins install \
|
|||||||
erlang \
|
erlang \
|
||||||
helm \
|
helm \
|
||||||
kubectl \
|
kubectl \
|
||||||
|
lefthook \
|
||||||
poetry \
|
poetry \
|
||||||
terraform
|
terraform
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@ erlang = "26.1.2"
|
|||||||
go = "1.21.3"
|
go = "1.21.3"
|
||||||
helm = "3.13.1"
|
helm = "3.13.1"
|
||||||
kubectl = "1.27.7"
|
kubectl = "1.27.7"
|
||||||
|
lefthook = "1.5.2"
|
||||||
node = "21.1.0"
|
node = "21.1.0"
|
||||||
poetry = "1.6.1"
|
poetry = "1.6.1"
|
||||||
python = "3.12.0"
|
python = "3.12.0"
|
||||||
|
39
config/starship/config.toml
Normal file
39
config/starship/config.toml
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
format = """
|
||||||
|
$username\
|
||||||
|
$hostname\
|
||||||
|
$directory\
|
||||||
|
$git_branch\
|
||||||
|
$git_state\
|
||||||
|
$git_status\
|
||||||
|
$line_break\
|
||||||
|
$kubernetes\
|
||||||
|
$line_break\
|
||||||
|
$character"""
|
||||||
|
|
||||||
|
[git_branch]
|
||||||
|
format = "[$branch]($style)"
|
||||||
|
style = "bright-black"
|
||||||
|
|
||||||
|
[git_state]
|
||||||
|
format = '\([$state( $progress_current/$progress_total)]($style)\) '
|
||||||
|
style = "bright-black"
|
||||||
|
|
||||||
|
[git_status]
|
||||||
|
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)"
|
||||||
|
style = "cyan"
|
||||||
|
conflicted = ""
|
||||||
|
untracked = ""
|
||||||
|
modified = ""
|
||||||
|
staged = ""
|
||||||
|
renamed = ""
|
||||||
|
deleted = ""
|
||||||
|
stashed = "≡"
|
||||||
|
|
||||||
|
[kubernetes]
|
||||||
|
format = 'on [⛵ $context \($namespace\)](dimmed green) '
|
||||||
|
disabled = false
|
||||||
|
|
||||||
|
[character]
|
||||||
|
success_symbol = "[❯](purple)"
|
||||||
|
error_symbol = "[❯](red)"
|
||||||
|
vicmd_symbol = "[❮](green)"
|
@ -9,10 +9,11 @@ services:
|
|||||||
entrypoint: sleep
|
entrypoint: sleep
|
||||||
command: infinity
|
command: infinity
|
||||||
volumes:
|
volumes:
|
||||||
|
- './config/nvim/lua/custom:/home/coder/.config/nvim/lua/custom'
|
||||||
- './config/rtx:/home/coder/.config/rtx'
|
- './config/rtx:/home/coder/.config/rtx'
|
||||||
|
- './config/starship:/home/coder/.config/starship'
|
||||||
- './config/tmux:/home/coder/.config/tmux'
|
- './config/tmux:/home/coder/.config/tmux'
|
||||||
- './config/tmuxp:/home/coder/.config/tmuxp'
|
- './config/tmuxp:/home/coder/.config/tmuxp'
|
||||||
- './config/nvim/lua/custom:/home/coder/.config/nvim/lua/custom'
|
|
||||||
- 'home_cache:/home/coder/.cache'
|
- 'home_cache:/home/coder/.cache'
|
||||||
- 'home_local_share:/home/coder/.local/share'
|
- 'home_local_share:/home/coder/.local/share'
|
||||||
- 'home_plugins_tmux:/home/coder/.config/tmux/plugins'
|
- 'home_plugins_tmux:/home/coder/.config/tmux/plugins'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user