Commit graph

4290 commits

Author SHA1 Message Date
Roman Perepelitsa
9f0751c2e3 Merge branch 'clarkcox3-master' 2022-12-02 10:25:43 +01:00
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")
2022-12-01 16:08:09 -08:00
Roman Perepelitsa
6609767abd don't invoke mktemp if it doesn't exist 2022-11-28 12:14:48 +01:00
Roman Perepelitsa
8d47270e8c don't invoke mktemp if it doesn't exist 2022-11-27 15:37:04 +01:00
Roman Perepelitsa
176f781121 assume that dotnet version may depend on the content of global.json (#2103) 2022-11-27 11:45:23 +01:00
Roman Perepelitsa
cf83ab21e4 fix a bug in zap install instructions and add uninstall instructions (#2093) 2022-11-17 10:22:27 +01:00
Roman Perepelitsa
54798e0c18 Merge branch 'shwcsmack-patch-1' 2022-11-17 10:13:08 +01:00
shwcsmack
d5123401be
Add reference to Zap plugin manager
I added a reference in the Readme for my favorite ZSH package manager: Zap
2022-11-16 17:08:59 -06:00
Roman Perepelitsa
bc5983543a Merge branch 'ebardie-ebardie/prefer_ip_over_ifconfig' 2022-11-14 14:58:15 +01:00
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.
2022-11-14 13:52:07 +00:00
Roman Perepelitsa
8c55eb4fa3 wizad: add a hint pointing to the frame when asking for frame color 2022-11-14 14:26:12 +01:00
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 *.
2022-11-02 15:55:35 +01:00
Roman Perepelitsa
f68197a3aa Merge branch 'skipkayhil-rm-ruby-engine-if-ruby' 2022-11-02 11:04:17 +01:00
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
```
2022-11-01 21:09:52 -04:00
Roman Perepelitsa
8091c8a3a8 Merge branch 'mmathys-patch-1' 2022-10-09 11:59:23 +02:00
Roman Perepelitsa
e4a94a8ae0 Merge branch 'patch-1' of github.com:mmathys/powerlevel10k into mmathys-patch-1 2022-10-09 11:59:09 +02:00
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
2022-10-09 11:58:40 +02:00
Roman Perepelitsa
cd47894197 Merge commit 'ed1b02efd5f7691d72cf9b657d939e3adc31034c' 2022-10-09 11:58:40 +02:00
Roman Perepelitsa
bd0c9f4ec7 rename arch to cpu_arch and rewrite it (#1752) 2022-10-09 11:54:02 +02:00
Roman Perepelitsa
f89b54faf2 Merge branch 'brent-moffit-master' 2022-10-08 16:13:48 +02:00
Roman Perepelitsa
02290d1eb9 Merge branch 'master' of github.com:brent-moffit/powerlevel10k into brent-moffit-master 2022-10-08 16:13:40 +02:00
Max Mathys
3e952468aa
"mainland China" to "China" 2022-10-08 13:07:13 +02:00
Max Mathys
efffc87cf5
Rename "mainland China" to "China" 2022-10-08 13:05:32 +02:00
Roman Perepelitsa
5ee784787f fix a bug introduced in cf1b586515 2022-10-05 11:26:40 +02:00
Roman Perepelitsa
cf1b586515 fix bugs introduced in 843dcf0167 2022-10-05 10:23:04 +02:00
Roman Perepelitsa
843dcf0167 survive broken FPATH (#10 2022-10-02 18:34:25 +02:00
hayas1
957249a95c Fix gcloud config directory 2022-09-23 14:34:57 +02:00
Roman Perepelitsa
4bbb198a60 fix tables broken by the last commit 2022-09-04 19:22:31 +02:00
Roman Perepelitsa
b4a5379be8 Merge branch 'andresrinivasan-patch-1' 2022-09-04 19:21:23 +02:00
Roman Perepelitsa
5ca97df8fe Merge branch 'patch-1' of github.com:andresrinivasan/powerlevel10k into andresrinivasan-patch-1 2022-09-04 19:20:57 +02:00
André Srinivasan
18f939d344 Add references to Antidote
Signed-off-by: André Srinivasan <andre.srinivasan@gmail.com>
2022-09-01 13:59:51 -07:00
Roman Perepelitsa
3bfbb8294f sync fonts.md with README.md 2022-08-31 09:47:53 +02:00
Roman Perepelitsa
cbca1bd8c1 docs: set font in Windows Terminal through the Settings UI 2022-08-31 09:46:32 +02:00
Roman Perepelitsa
534ace8773 Merge branch 'phwt-patch-1' 2022-08-31 09:42:55 +02:00
phwt
5d223b8351
docs: update Windows Terminal font configuration 2022-08-30 12:44:44 +07:00
Roman Perepelitsa
0493886837 clarify that quotes are necessary when specifying font name in crostini (#1934) 2022-08-20 10:16:28 +02:00
Roman Perepelitsa
f9fd384d8d make zi installation instructions consistent with the rest; fix table formatting 2022-07-31 11:46:16 +02:00
Roman Perepelitsa
4a60348e07 Merge branch '0xMRTT-patch-1' 2022-07-31 11:43:24 +02:00
0xMRTT
abc318b608
Add Zi plugin manager to the install list
A more detailled procedure of the installation of powerlevel10k with zi is available at [wiki.zshell.dev](https://wiki.zshell.dev/community/gallery/collection/themes#thp-romkatvpowerlevel10k)
2022-07-31 11:37:26 +02:00
Roman Perepelitsa
e72264e01c don't trust cnorm as it's incorrect in some combinations of terminals and terminfo (#1699) 2022-07-21 13:54:51 +02:00
Roman Perepelitsa
fd5fa09504 fix toolbox segment (#1916) 2022-07-20 11:12:37 +02:00
Roman Perepelitsa
7704f6b877 Merge branch 'christian-schulze-use-HOST-for-distrobox-detection' 2022-07-20 11:10:56 +02:00
Roman Perepelitsa
64c5f10379 Merge branch 'use-HOST-for-distrobox-detection' of https://github.com/christian-schulze/powerlevel10k into christian-schulze-use-HOST-for-distrobox-detection 2022-07-20 11:10:42 +02:00
Roman Perepelitsa
2dd6a29e4d replace a hyperlink in crostini instructions with regular text (#1934) 2022-07-14 16:42:44 +02:00
Omeir Fawaz
71e4e3288d fix typo in README 2022-07-14 14:25:49 +02:00
Roman Perepelitsa
be3724bc80 typo in comments 2022-07-11 10:08:06 +02:00
Roman Perepelitsa
487a388dbd make crostini font instructions stylistically similar to the rest and copy them over to font.md (#1934) 2022-07-11 10:00:20 +02:00
Roman Perepelitsa
c1c827e21d Merge branch 'alkis-crostini' 2022-07-11 09:51:59 +02:00
Alkis Evlogimenos
9a3c2f48a4 add Crostini installation instructions 2022-07-10 15:48:34 +03:00
Christian Schulze
cb82b1f5d9 use HOST for distrobox detection 2022-06-24 15:09:06 +10:00