dotfiles/README.md
2021-01-11 19:31:39 +05:00

1,005 B

Screensots

imgur album

Bootstrap

  1. git clone https://github.com/He4eT/dotfiles.git ~/.dotfiles
  2. Add ppa:kgilmer/speed-ricer to your system's Software Sources
  3. Run ./installPackages.sh
  4. Run ./apply.sh
  5. Export gtk-theme and icons with oomox and apply them with lxappearance
  6. 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; }