Skip to content

Commit

Permalink
Merge branch 'feature/starship'
Browse files Browse the repository at this point in the history
  • Loading branch information
ylogx committed Sep 16, 2023
2 parents 6dac685 + 7378d84 commit 86c5e56
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
26 changes: 26 additions & 0 deletions home/.config/starship.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[line_break]
disabled = false

[directory]
fish_style_pwd_dir_length = 1

#[golang]
#format = 'via [🏎💨 $version](bold cyan) '

#[os]
#disabled = true

#[jobs]
#disabled = false

#[package]
#disabled = false

[status]
disabled = false

[localip]
disabled = false

#[hostname]
#disabled = false
5 changes: 3 additions & 2 deletions home/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,10 @@ antigen bundle zsh-users/zsh-syntax-highlighting

# Load the theme.
#antigen theme robbyrussell
antigen theme agnoster
# antigen theme agnoster

#antigen theme denysdovhan/spaceship-prompt
antigen bundle starship
# antigen theme spaceship-prompt/spaceship-prompt
#SPACESHIP_PROMPT_ORDER=(
# time # Time stamps section
# user # Username section
Expand Down
1 change: 1 addition & 0 deletions playbooks/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
version: master
tags: tmux

# These are the two commands that you may have to run manually
- name: Install Tmux Plugins
command: tmux source ~/.tmux.conf && ~/.tmux/plugins/tpm/bin/install_plugins
ignore_errors: true
Expand Down
1 change: 1 addition & 0 deletions playbooks/roles/osx/tasks/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
- prettyping
- python3
- ripgrep
- starship
#- svn # Required by font-source-code-pro-for-powerline
- tree
- tmux
Expand Down

0 comments on commit 86c5e56

Please sign in to comment.