dotfiles/README.md
2023-11-10 13:10:25 +01:00

974 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

Firefox

  1. Set toolkit.legacyUserProfileCustomizations.stylesheets to true with about:config
  2. Locate profile with about:profiles
  3. Copy firefox/userChrome.css to {Root Directory}/chrome/userChrome.css
  4. Customize interface

git

  1. git config --global core.pager 'less -S'
  2. git config --global pull.rebase true

Telegram

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