dotfiles/README.md
2024-08-13 00:39:54 +02:00

786 B

dotfiles

Bootstrap

  1. git clone https://github.com/He4eT/dotfiles.git ~/dotfiles
  2. Run ./installPackages.sh
  3. Run ./apply.sh
  4. Install oh-my-zsh

GTK

  1. Apply Desolate-GTK
  2. Apply the Quintom cursor theme as Quintom_Snow

git

  1. git config --global core.pager 'less -S'
  2. git config --global pull.rebase true
  3. git config user.email 'email'
  4. git config user.name 'name'

Telegram

  1. Tinted theme: #707070
  2. Fix ugly FileChooser with adding QT_QPA_PLATFORMTHEME=gtk3 or XDG_CURRENT_DESKTOP=gnome to /etc/environment