No description
  • Shell 37.5%
  • Lua 36.7%
  • HTML 14.1%
  • CSS 11.7%
Find a file
2024-07-15 05:20:43 +02:00
dunst dunst: color tuning 2023-04-17 12:13:33 +03:00
firefox firefox: userChrome.css: urlbar icon padding 2024-07-11 01:26:09 +02:00
i3 i3: picom: update shadow targets 2024-06-23 02:45:24 +02:00
kitty kitty: update colors 2024-07-15 05:20:30 +02:00
nvim nvim: swap terminal shortcuts 2024-07-13 03:59:50 +02: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
profanity/themes profanity: add custom theme 2024-07-11 02:55:52 +02:00
rofi rofi: names instead of classes 2024-06-23 03:20:38 +02:00
root urxvt: update colors 2024-07-15 05:20:43 +02:00
thunderbird thunderbird: enable tabs 2024-01-13 17:23:38 +01:00
userStyles userStyles: lemmy 2024-04-16 16:08:40 +02:00
zsh/themes zsh: disable async git prompt 2024-04-16 10:27:01 +02:00
.gitignore zsh: add zsh-autosuggestions 2023-12-05 13:02:28 +01:00
apply.sh Cleanup 2024-04-08 02:11:35 +02:00
installPackages.sh installPackages: gpick 2024-06-05 04:31:13 +02:00
README.md Update README.md 2024-04-08 02:15:10 +02: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 ./installPackages.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

git

  1. git config --global core.pager 'less -S'
  2. git config --global pull.rebase true
  3. git config user.email 'email'
  4. git config user.name 'name'

Telegram

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