diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 2e28b6a..772d0c0 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -2,6 +2,7 @@ ## 06 Jan 2025 - added copying of modified fastfetch-compact for Arch +- default theme for oh my zsh theme is now "funky" ## 26 Dec 2024 - Removal of Bibata Ice cursor on assets since its integrated in the GTK Themes and Icons extract from a separate repo diff --git a/README.md b/README.md index 482e254..d202ba9 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,9 @@ zsh source ~/.zshrc ``` - reboot or logout -- by default agnoster theme is installed. You can find more themes from this [`OH-MY-ZSH-THEMES`](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes) -- to change the theme, edit ~/.zshrc . Look for ZSH_THEME="desired theme" +- by default `funky` theme is installed. 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" #### ✨ TO DO once installation done and dotfiles copied - ~~if you opted to install gtk themes, to apply the theme and icon, press the dark/light button (beside the padlock). To apply Bibata modern ice cursor, launch nwg-look (GTK Settings) through rofi.~~ Hyprland-Dots v2.1.18, initial boot file will attempt to apply GTK themes,cursor, and icons. You can tweak more using nwg-look (GTK-Settings) utility diff --git a/assets/.zshrc b/assets/.zshrc index 97a06d3..d9cb41d 100644 --- a/assets/.zshrc +++ b/assets/.zshrc @@ -3,7 +3,7 @@ export ZSH="$HOME/.oh-my-zsh" -ZSH_THEME="xiong-chiamiov-plus" +ZSH_THEME="funky" plugins=( git diff --git a/assets/fastfetch/arch.png b/assets/fastfetch/arch.png index a6d67c4..cd97313 100644 Binary files a/assets/fastfetch/arch.png and b/assets/fastfetch/arch.png differ