prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland
GNU General Public License v3.0
7.5k stars 867 forks source link

Change Pokemon to Neofetch #494

Closed kneknew closed 12 months ago

kneknew commented 1 year ago

Every time I start Kitty terminal, a pokemon appears there, I want to switch it to neofetch. I understand the internet but I don't know where Pokemon commands are written.

T-Crypt commented 1 year ago

You need to edit the .zshrc in your home directory

  1. Open a terminal
  2. nano .zshrc / or your favorite editor
  3. add a # to line 158 where pokemon-colorscripts --no-title -r 1,3,6
  4. and uncomment the neofetch above (remove the # before neofetch)
  5. CRTL + X and save
prasanthrangan commented 12 months ago

Hi, I'll close this as its already answered!

You need to edit the .zshrc in your home directory

  1. Open a terminal
  2. nano .zshrc / or your favorite editor
  3. add a # to line 158 where pokemon-colorscripts --no-title -r 1,3,6
  4. and uncomment the neofetch above (remove the # before neofetch)
  5. CRTL + X and save