Adam Schumacher
12e0592ac8
Still keep debian
9 months ago
Adam Schumacher
9e3418d319
Detect rpi os based on apt source
9 months ago
Roman Perepelitsa
17cd9e354a
when looking for .fvm/flutter_sdk, require that the last segment is a symlink rather than .fvm ( #2573 )
9 months ago
Roman Perepelitsa
8e2a22d80b
cleanup and bump version ( #2572 )
9 months ago
Roman Perepelitsa
5ef7487648
Merge branch 'weirdgiraffe-master'
9 months ago
weirdgiraffe
f880e18769
update readme
9 months ago
weirdgiraffe
665257d059
add themes support
9 months ago
weirdgiraffe
67cedd3edc
add visual expansion to wizard
9 months ago
weirdgiraffe
eb8f96f808
add prompt segment for yazi levels
9 months ago
weirdgiraffe
1aa91f0069
add icon for yazi level
9 months ago
Roman Perepelitsa
5bba4b849b
skip batteries with "Unknown" status ( #2562 )
9 months ago
Roman Perepelitsa
ce7c242337
bump versions
9 months ago
Ulices
34ee1c6bbb
fix: use correct sourcehut repository url ( #2556 )
...
sourcehut.org is the website of the organization but
sr.ht is the website were the repositories are hosted.
9 months ago
Roman Perepelitsa
62341054d8
set the default value of LINUX_NEON_ICON to a glyph that exists in the recommended font ( #2553 )
9 months ago
Roman Perepelitsa
be39c4ea5a
Merge branch 'And9815-master'
9 months ago
Andrea
adc238fa1d
neon support
9 months ago
Andrea
6f4520cc13
add neon support
9 months ago
Roman Perepelitsa
307bce24d1
docs: fix a link to zsh-theme-powerlevel10k archlinux package
10 months ago
Roman Perepelitsa
35833ea15f
docs: document per_directory_history segment ( #2384 )
10 months ago
Roman Perepelitsa
bd0fa8a08f
docs: fix a link
10 months ago
Roman Perepelitsa
a6fa4e4304
faq: [oh-my-zsh] theme 'powerlevel10k/powerlevel10k' not found
10 months ago
Roman Perepelitsa
ab6a863e23
docs: mention truecolor
10 months ago
Roman Perepelitsa
8fefef2285
rewrite the handling of custom prompt in virtualenv ( #2540 )
10 months ago
Roman Perepelitsa
ecf91710c0
Merge branch 'mickolka-feature/virtualenv-custom-prompt'
10 months ago
Roman Perepelitsa
d774adcb85
Merge branch 'feature/virtualenv-custom-prompt' of https://github.com/mickolka/powerlevel10k into mickolka-feature/virtualenv-custom-prompt
10 months ago
Roman Perepelitsa
30ba16ecd8
font: update alacritty instructions ( #2539 )
...
Alacritty has switched from yaml to toml for its config file.
10 months ago
Mikalai Rahachou
4d7925c983
Add parsing of pyvenv.cfg
10 months ago
Roman Perepelitsa
c180a5e040
font: fix foot instructions ( #2536 )
10 months ago
Roman Perepelitsa
75724ec65e
Merge branch 'LlemonDuck-patch-1'
10 months ago
Rhea
9be438f862
add foot font instructions
...
This adds instructions to the README for users of [foot](https://codeberg.org/dnkl/foot ) to enable the MesloLGS Nerd Font as the default in their terminal.
10 months ago
Roman Perepelitsa
cda24b72b7
bump version
10 months ago
Roman Perepelitsa
f5d5abfe1f
fix a silly bug introduced in the last commit ( #2534 )
10 months ago
Roman Perepelitsa
651033c3df
work around a bug in laravel that results in colorized output ( #2534 )
10 months ago
Roman Perepelitsa
d804048efc
fix a bug in DCS detection within instant prompt output ( #2518 )
10 months ago
Roman Perepelitsa
cc6ed4be41
add `cdk` to POWERLEVEL9K_AWS_SHOW_ON_COMMAND ( #1104 )
11 months ago
Roman Perepelitsa
d70eedb345
Merge commit 'dec881651ccbd90f7f68b2a2012cf4870741d0dd'
11 months ago
Roman Perepelitsa
dec881651c
Squashed 'gitstatus/' changes from 38d35b959..215063d47
...
215063d47 update libgit2 ref (#414 )
git-subtree-dir: gitstatus
git-subtree-split: 215063d4703b944f66cc7cc92543205586a35485
11 months ago
Roman Perepelitsa
36cce9a088
wizard: replace rm with zf_rm ( #2504 )
11 months ago
Roman Perepelitsa
3cc18b5e08
Merge branch 'oe7drt-openbsd-wizard'
11 months ago
Dominic Reich
44f754d711
use "rm" instead of "unlink" to delete old config file
11 months ago
Roman Perepelitsa
47b0187a67
docs: add a note about `p10k reload` ( #2006 )
11 months ago
Roman Perepelitsa
b9a2d846ef
docs: clarify that powerlevel10k does not install new commands ( #2498 )
11 months ago
Roman Perepelitsa
7fd76370f5
be a lot more strict when matching the remote git URL ( #2493 )
...
When you choose "Many icons" option in the configuration wizard,
git repositories with a remote receive an icon that depends on
the remote's URL. In the past the matching of the URL was rather
lax: both https://foo.bar/github.com and https://github.com.foo.bar/
were recognized as belonging to github.com. This is no longer the
case.
If you start seeing the plain "git" icon where you were used to
seeing a github/gitlab/etc logo, please open an issue. Make sure
to mention the remote URL of your repo.
This change also allows you to specify the mapping from remote URLs
to icons. Here's an example:
typeset -g POWERLEVEL9K_VCS_GIT_REMOTE_ICONS=(
'*@my-company.com:*' VCS_GIT_MY_COMPANY_ICON
'?*' VCS_GIT_ICON
'*' ''
)
POWERLEVEL9K_VCS_GIT_MY_COMPANY_ICON='my-company-logo'
The matching is done in the specified order: the first match wins.
11 months ago
Roman Perepelitsa
9547f22822
s/VCS_GIT_ARCH_ICON/VCS_GIT_ARCHLINUX_ICON/ ( #2493 )
11 months ago
Roman Perepelitsa
c39e5304a1
add VCS_GIT_GITEA_ICON and VCS_GIT_SOURCEHUT_ICON ( #2493 )
11 months ago
Roman Perepelitsa
096a731db3
define usable defaults for VCS_*_ICON ( #2493 )
11 months ago
Roman Perepelitsa
783588c17f
Merge branch 'add_remotes' of https://github.com/hasecilu/powerlevel10k
11 months ago
Roman Perepelitsa
211c90343f
wizard: recognize `source -- ~.p10k.zsh` in .zshrc
12 months ago
hasecilu
47d5397baa
Add various remote git server instances
...
Currently only icons for big providers of git hosting service are available.
Organizations of open source software usually manage their own instances.
Adding the remote addresses of some of this organizations will let us to
identify via a glyph icon the provider of the source code.
12 months ago
hasecilu
92bee79642
Add icons for VCS_GIT usage
...
The icons are from organizations that manage a git instance by themselves.
12 months ago