No description
  • Shell 37.5%
  • Lua 36.7%
  • HTML 14.1%
  • CSS 11.7%
Find a file
2023-12-25 13:11:20 +01:00
dunst dunst: color tuning 2023-04-17 12:13:33 +03:00
firefox firefox: update vimium-options 2023-02-05 02:31:50 +03:00
i3 i3/scripts: tabToLastWorkspace: increase delay 2023-11-30 11:01:58 +01:00
kitty kitty: I-beam cursor in zsh insert mode 2023-10-14 17:19:27 +03:00
notifications notifications: style 2019-04-20 01:28:25 +05:00
nvim nvim: apply stylua 2023-11-17 12:27:25 +01:00
oomox/colors oomox: gray theme spacing 2023-10-14 17:10:44 +03:00
polybar polybar: add pavucontrol shortcut 2023-03-27 12:55:33 +03:00
rofi rofi: window: strict colums with \t 2023-11-13 21:36:37 +01:00
root zsh: add zsh-autosuggestions 2023-12-05 13:02:28 +01:00
sublimeText sublimeText: titlebar: show_project_first 2021-11-26 01:45:05 +05:00
thunderbird thunderbird: new tab page 2023-10-15 02:11:15 +03:00
userStyles userStyles: zulip 2023-12-25 13:11:20 +01:00
zsh/themes zsh: use custom theme 2023-11-10 13:10:25 +01:00
.gitignore zsh: add zsh-autosuggestions 2023-12-05 13:02:28 +01:00
apply.sh dunst: initial config 2023-03-28 13:35:53 +03:00
installPackagesFedora.sh zsh: add zsh-autosuggestions 2023-12-05 19:27:55 +01:00
installPackagesXubuntu.sh installPackages: Fedora 2023-03-26 21:51:17 +03:00
README.md zsh: use custom theme 2023-11-10 13:10:25 +01:00
wallpaper.png some dotfiles and tools 2018-08-29 01:32:41 +05:00

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