dotfiles/README.md
2021-01-11 18:54:07 +05:00

940 B

Screensots

imgur album

Bootstrap

  1. Add ppa:kgilmer/speed-ricer to your system's Software Sources
  2. Run ./installPackages.sh
  3. Run ./apply.sh
  4. Export gtk-theme and icons with oomox and apply them with lxappearance
  5. Install oh-my-zsh

Firefox

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

etc

  1. Add PATH="$HOME/apps/bin:$PATH" to ~/.profile
  2. Fix ugly Telegram FileChooser with adding QT_QPA_PLATFORMTHEME=gtk3 to /etc/environment
  3. Replace ugly ● with awesome ▴ in ~/.oh-my-zsh/themes/minimal.zsh-theme
  4. Create ~/.config/gtk-3.0/gtk.css: * { outline-width: 0px; }