Skip to content

Commit 344060e

Browse files
committed
refactor : Remove p10k as dependency for zsh as no one loves it anymore 😭.
ref #521
1 parent 814eb65 commit 344060e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ fi
228228
if [ ${flg_Restore} -eq 1 ]; then
229229
cat <<"EOF"
230230
231-
_ _
231+
_ _d
232232
___ ___ ___| |_ ___ ___|_|___ ___
233233
| _| -_|_ -| _| . | _| | | . |
234234
|_| |___|___|_| |___|_| |_|_|_|_ |

Scripts/pkg_core.lst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ fzf # Command-line fuzzy find
7474

7575
# --------------------------------------------------- // Shell
7676
eza|zsh # file lister for zsh
77-
zsh-theme-powerlevel10k-git|zsh # theme for zsh
78-
pokego-bin|zsh # display pokemon sprites in terminal (written GO)
77+
zsh-theme-powerlevel10k-git|zsh # Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience.
78+
# starship-git # The cross-shell prompt for astronauts
79+
pokego-bin|zsh # display pokemon sprites in terminal (written GO)
7980
eza|fish # file lister for fish
8081
starship|fish # customizable shell prompt
8182
fastfetch # system information fetch tool

Scripts/restore_cfg.psv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ P|${HOME}/.config/kitty|kitty.conf|kitty
7070

7171
 Shell 
7272
P|${HOME}/.config|fish|fish
73-
P|${HOME}|.zshrc .hyde.zshrc .p10k.zsh|zsh zsh-theme-powerlevel10k pokego-bin
74-
S|${HOME}|.zshenv|zsh zsh-theme-powerlevel10k
73+
P|${HOME}|.zshrc .hyde.zshrc .p10k.zsh|zsh
74+
S|${HOME}|.zshenv|zsh
7575

7676
 File Explorer 
7777
P|${HOME}/.local/state|dolphinstaterc|dolphin

0 commit comments

Comments
 (0)