Skip to content

Commit 4f96242

Browse files
author
JaKooLit
committed
Pywal disabled, tty theme changes for .zshrc
1 parent 9feb2b3 commit 4f96242

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOGS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelogs
22

3+
## 16 Dec 2023
4+
- zsh theme switched to `agnoster` theme by default
5+
- pywal tty color change disabled by default
6+
37
## 13 Dec 2023
48
- switched hyprland to Extra Repo hyprland (both nvidia and non-nvidia). Seeing they are updating all the time :)
59

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ zsh
6565
source ~/.zshrc
6666
```
6767
- reboot or logout
68-
- by default mikeh theme is installed. You can find more themes from this [`OH-MY-ZSH-THEMES`](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes)
68+
- by default agnoster theme is installed. You can find more themes from this [`OH-MY-ZSH-THEMES`](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes)
6969
- to change the theme, edit ~/.zshrc . Look for ZSH_THEME="desired theme"
7070

7171
### ✨ TO DO once installation done and dotfiles copied

assets/.zshrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

6-
ZSH_THEME="mikeh"
6+
ZSH_THEME="agnoster"
77

88
plugins=(
99
git
@@ -27,11 +27,11 @@ pokemon-colorscripts --no-title -s -r
2727
# & # Run the process in the background.
2828
# ( ) # Hide shell job control messages.
2929
# Not supported in the "fish" shell.
30-
(cat ~/.cache/wal/sequences &)
30+
#(cat ~/.cache/wal/sequences &)
3131

3232
# Alternative (blocks terminal for 0-3ms)
33-
cat ~/.cache/wal/sequences
33+
#cat ~/.cache/wal/sequences
3434

3535
# To add support for TTYs this line can be optionally added.
36-
source ~/.cache/wal/colors-tty.sh
36+
#source ~/.cache/wal/colors-tty.sh
3737

0 commit comments

Comments
 (0)