File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 6565source ~ /.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
Original file line number Diff line number Diff line change 33
44export ZSH=" $HOME /.oh-my-zsh"
55
6- ZSH_THEME=" mikeh "
6+ ZSH_THEME=" agnoster "
77
88plugins=(
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
You can’t perform that action at this time.
0 commit comments