Skip to content

Commit

Permalink
Change default zsh theme to adnosterzak, pokemon coloscript integrate…
Browse files Browse the repository at this point in the history
…d with fastfetch when opted with pokemon to add some bling, additional external oh-my-zsh theme
  • Loading branch information
JaKooLit committed Feb 18, 2025
1 parent b1333af commit 97ae5db
Show file tree
Hide file tree
Showing 12 changed files with 2,069 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelogs

## 18 Feb 2025
- Change default zsh theme to adnosterzak
- pokemon coloscript integrated with fastfetch when opted with pokemon to add some bling
- additional external oh-my-zsh theme

## 06 Feb 2025
- added semi-unattended function.
- move all the initial questions at the beginning
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ zsh
source ~/.zshrc
```
- reboot or logout
- by default `funky` theme is installed. You can find more themes from this [`OH-MY-ZSH-THEMES`](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes)
- by default `agnosterzak` theme is installed. Which is from external oh-my-zsh theme. You can find more themes from this [`OH-MY-ZSH-THEMES`](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes)
- to change the theme, `SUPER SHIFT O` , choose desired theme, and close and open terminal.
- or manually edit `~/.zshrc` . Look for ZSH_THEME="desired theme"

Expand Down
5 changes: 3 additions & 2 deletions assets/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

export ZSH="$HOME/.oh-my-zsh"

ZSH_THEME="funky"
ZSH_THEME="agnosterzak"

plugins=(
git
Expand All @@ -20,7 +20,8 @@ source $ZSH/oh-my-zsh.sh

# Display Pokemon-colorscripts
# Project page: https://gitlab.com/phoneybadger/pokemon-colorscripts#on-other-distros-and-macos
#pokemon-colorscripts --no-title -s -r
#pokemon-colorscripts --no-title -s -r #without fastfetch
#pokemon-colorscripts --no-title -s -r | fastfetch -c $HOME/.config/fastfetch/config-pokemon.jsonc --logo-type file-raw --logo-height 10 --logo-width 5 --logo -

# fastfetch. Will be disabled if above colorscript was chosen to install
fastfetch -c $HOME/.config/fastfetch/config-compact.jsonc
Expand Down
Loading

0 comments on commit 97ae5db

Please sign in to comment.