Commit Graph

4120 Commits (nerdfonts-v3)
 

Author SHA1 Message Date
Roman Perepelitsa 8167383665 wizard bug fix: offer advanced powerline options when using nerdfont-v3 1 year ago
Roman Perepelitsa d031df752b wizard: detect POWERLEVEL9K_MODE=nerdfont-v3
This is Step 2 of https://github.com/romkatv/powerlevel10k/issues/2217#issuecomment-1493271666.
1 year ago
Roman Perepelitsa 6314edf35c wizard: rename capability "arrow" to "quotes" 1 year ago
Roman Perepelitsa 6c82236d6f nerdfonts-v3: add an icon for EndevourOS (#1933) 1 year ago
Roman Perepelitsa 6b50e0918b nerdfonts-v3: use the kubernetes logo as a kubernetes icon (#2184) 1 year ago
Roman Perepelitsa ec1702caf1 nerdfonts-v3: add icons for artix and void linux (#2033) 1 year ago
Roman Perepelitsa f02b8d365b add POWERLEVEL9K_MODE=nerdfont-v3 (#2217)
This is Step 1 of https://github.com/romkatv/powerlevel10k/issues/2217#issuecomment-1493271666.
1 year ago
Roman Perepelitsa 614a6ed1ca display nix_shell if path contains /nix/store/* (#2246) 1 year ago
Roman Perepelitsa cb9788b12a docs: fix zed font instructions 2 years ago
Roman Perepelitsa 7f30a32ee6 Merge branch 'lazarjov-master' 2 years ago
Lazar Jovanovic e2c4e6673f Add manual MesloLGS NF font installation for Zed 2 years ago
Roman Perepelitsa 2aa16c5431 docs: prune the list of kubecontext commands 2 years ago
NatureLR 373337123c Added kubecolor to KUBECONTEXT_SHOW_ON_COMMAND 2 years ago
Roman Perepelitsa a30145b0f8 add an optional parameter to _p9k_upglob to pass glob qualifiers and use it in most cases to restrict globbing to files/directories/links/etc (#2175) 2 years ago
Roman Perepelitsa e7b2bb2372 set POWERLEVEL9K_VPN_IP_INTERFACE to the same value as the default: this adds ZeroTier support 2 years ago
Mehyar e9e94a503a fix the default value of POWERLEVEL9K_VPN_IP_INTERFACE
It was broken by #1730.
2 years ago
Roman Perepelitsa 0adbc1415b fix a silly bug introduced in the last commit (#2170) 2 years ago
Roman Perepelitsa f03d917fb0 fix network interface detection on macos (#2170)
This was broken in #2088.
2 years ago
Roman Perepelitsa 21e89cb61d bust caches 2 years ago
Zoltán Reegn b165fec0ed Add AWS partitions support to EKS kubernetes cluster names
The AWS ARN in govcloud and china looks different to the currently supported
one:

https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/using-govcloud-arns.html
https://docs.amazonaws.cn/en_us/aws/latest/userguide/ARNs.html

This change introduces support for all possible AWS partitions.
2 years ago
James Winegar d1b89dd381 Update README.md
You run containers that are based on images. The container will be deleted, but not the image.
2 years ago
Roman Perepelitsa a066b55f85 don't trust P9K_SSH if it was set with a different TTY (#2154) 2 years ago
Roman Perepelitsa 1a4b01c232 work around a bug in ohmyzsh (#2152)
The bug was introduced here: 3dd83a22a1

This causes Oh My Zsh to print \r to the terminal.
2 years ago
kvanzuijlen 35165798a8 Added kubent to KUBECONTEXT_SHOW_ON_COMMAND 2 years ago
Roman Perepelitsa 33916e91a7 add a missing lf header to p10k-lean.zsh (#2126) 2 years ago
Roman Perepelitsa c08975d0f6 Merge branch 'UtkarshVerma-master' 2 years ago
Utkarsh Verma 07b5a607d4
Add lf segment 2 years ago
Leon Satoshi 7f2950f9cc Update README.md
change from China mainland to  China in Mandarin
2 years ago
Roman Perepelitsa a7bf4c83de docs: add cpu_arch 2 years ago
Roman Perepelitsa edafcb5a7d fix bugs in cpu_arch 2 years ago
Roman Perepelitsa 9f0751c2e3 Merge branch 'clarkcox3-master' 2 years ago
Clark S. Cox 45758d95fb Use "machine" where available for CPU arch
This allows shells on macOS to display more specific CPU arch (e.g. a 64-bit intel machine will display "x86_64" instead of "i386")
2 years ago
Roman Perepelitsa 6609767abd don't invoke mktemp if it doesn't exist 2 years ago
Roman Perepelitsa 8d47270e8c don't invoke mktemp if it doesn't exist 2 years ago
Roman Perepelitsa 176f781121 assume that dotnet version may depend on the content of global.json (#2103) 2 years ago
Roman Perepelitsa cf83ab21e4 fix a bug in zap install instructions and add uninstall instructions (#2093) 2 years ago
Roman Perepelitsa 54798e0c18 Merge branch 'shwcsmack-patch-1' 2 years ago
shwcsmack d5123401be
Add reference to Zap plugin manager
I added a reference in the Readme for my favorite ZSH package manager: Zap
2 years ago
Roman Perepelitsa bc5983543a Merge branch 'ebardie-ebardie/prefer_ip_over_ifconfig' 2 years ago
Jonathan Sambrook 5691a418e0 Prefer `ip` over `ifconfig` for i/f detection.
`ifconfig`'s formatting doesn't cope well with long interface names. In
these cases it will eat up the whitespace separating the name from the
text "Link" in the output, which makes parsing the output problematic.

e.g. `ifconfig`:

    wlp0s20f0u2Link encap:Ethernet  HWaddr 00:AA:BB:CC:DD:EE

v.s `ip`:

   21: wlp0s20f0u2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc \
       mq state UP group default qlen 1000

This commit swaps the order of detection inside
`_p9k_prompt_net_iface_async()`, so that `ip` will be preferred.

`ifconfig` is deprecated by distros in favour of `ip`, so this will
often be an incredibly marginal performance boost :)

NOTE: this commit does not address the problem with using `ifconfig`. I
don't understand the zsh regex, so have not touched it.
2 years ago
Roman Perepelitsa 8c55eb4fa3 wizad: add a hint pointing to the frame when asking for frame color 2 years ago
Roman Perepelitsa 5a3109e40d replace POWERLEVEL9K_CHRUBY_SHOW_ENGINE_IF_RUBY with POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN (#2072)
POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN defines a pattern that
RUBY_ENGINE should match for it to be shown. Matching is done
with extended_glob.

For example, to show all values of RUBY_ENGINE except "ruby":

    POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN='^ruby'

If POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN is unset and
POWERLEVEL9K_CHRUBY_SHOW_ENGINE is set to true,
the behavior is the same as if POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN
was set to *.
2 years ago
Roman Perepelitsa f68197a3aa Merge branch 'skipkayhil-rm-ruby-engine-if-ruby' 2 years ago
Hartley McGuire b8c6c6f42f
Add chruby config to hide RUBY_ENGINE when "ruby"
Previously, the chruby segment looks like this for standard and
non-standard ruby implementations respectively:

```
Ruby ruby 3.1.2
Ruby truffleruby 3.0.3
```

While displaying the RUBY_ENGINE is helpful for non-standard
implementations, showing it for "ruby" results in "Ruby ruby" which
feels redundant.

This commit adds a new configuration option to disable showing the
RUBY_ENGINE when it is "ruby". Other values for RUBY_ENGINE will always
display as before:

```
Ruby 3.1.2
Ruby truffleruby 3.0.3
```

This also makes the formatting more similar to the asdf segment:

```
Ruby 3.1.2
Ruby truffleruby-22.3.0
```
2 years ago
Roman Perepelitsa 8091c8a3a8 Merge branch 'mmathys-patch-1' 2 years ago
Roman Perepelitsa e4a94a8ae0 Merge branch 'patch-1' of github.com:mmathys/powerlevel10k into mmathys-patch-1 2 years ago
Roman Perepelitsa cd47894197 Merge commit 'ed1b02efd5f7691d72cf9b657d939e3adc31034c' 2 years ago
Roman Perepelitsa ed1b02efd5 Squashed 'gitstatus/' changes from 6dc0738c0..4b47ca047
4b47ca047 docs: s/mainland China/China/
b74da1403 docs: fix grammar
fc27662b4 Merge branch 'andresrinivasan-patch-1'
ad739b2b0 Clarify that gitstatus is included with Powerlevel10k

git-subtree-dir: gitstatus
git-subtree-split: 4b47ca047be1d482dbebec7279386a9365b946c6
2 years ago
Roman Perepelitsa bd0c9f4ec7 rename arch to cpu_arch and rewrite it (#1752) 2 years ago
Roman Perepelitsa f89b54faf2 Merge branch 'brent-moffit-master' 2 years ago