dotfiles/README.md
2023-03-28 13:50:37 +03:00

1.1 KiB

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/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

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. Or XDG_CURRENT_DESKTOP=gnome
  4. Replace ugly ● with awesome ▴ in ~/.oh-my-zsh/themes/minimal.zsh-theme
  5. Create ~/.config/gtk-3.0/gtk.css: * { outline-width: 0px; }