dotfiles/README.md
2024-01-04 10:23:41 +01:00

798 B

dotfiles

Bootstrap

  1. git clone https://github.com/He4eT/dotfiles.git ~/dotfiles
  2. Run ./installPackagesFedora.sh
  3. Run ./apply.sh
  4. Install oh-my-zsh
  5. Export gtk-theme and icons with oomox and apply them with lxappearance
  6. 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 of XDG_CURRENT_DESKTOP=gnome to /etc/environment