mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
27 lines
974 B
Markdown
27 lines
974 B
Markdown
# dotfiles
|
|
|
|
## Bootstrap
|
|
|
|
1. `git clone https://github.com/He4eT/dotfiles.git ~/dotfiles`
|
|
1. Run `./installPackagesFedora.sh`
|
|
1. Run `./apply.sh`
|
|
1. Install [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh#basic-installation)
|
|
1. Export gtk-theme and icons with `oomox` and apply them with `lxappearance`
|
|
1. [Apply](https://wiki.archlinux.org/title/Cursor_themes) the [Quintom cursor theme](https://gitlab.com/Burning_Cube/quintom-cursor-theme/-/tree/master/) as `Quintom_Snow`
|
|
|
|
## Firefox
|
|
|
|
1. Set `toolkit.legacyUserProfileCustomizations.stylesheets` to `true` with `about:config`
|
|
1. Locate profile with `about:profiles`
|
|
1. Copy `firefox/userChrome.css` to `{Root Directory}/chrome/userChrome.css`
|
|
1. Customize interface
|
|
|
|
## git
|
|
|
|
1. `git config --global core.pager 'less -S'`
|
|
1. `git config --global pull.rebase true`
|
|
|
|
## Telegram
|
|
|
|
1. Tinted theme: `#707070`
|
|
1. Fix ugly FileChooser with adding `QT_QPA_PLATFORMTHEME=gtk3` of `XDG_CURRENT_DESKTOP=gnome` to `/etc/environment`
|