mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
Update README.md
This commit is contained in:
parent
8d59c63fff
commit
87edc16db2
1 changed files with 11 additions and 16 deletions
27
README.md
27
README.md
|
|
@ -1,33 +1,28 @@
|
|||
# Screensots
|
||||
# dotfiles
|
||||
|
||||
[imgur album](https://imgur.com/a/VM9QJel)
|
||||
|
||||
# Bootstrap
|
||||
## Bootstrap
|
||||
|
||||
1. `git clone https://github.com/He4eT/dotfiles.git ~/dotfiles`
|
||||
1. Add [ppa:kgilmer/speed-ricer](https://launchpad.net/~kgilmer/+archive/ubuntu/speed-ricer) to your system's Software Sources
|
||||
1. Run `./installPackages.sh`
|
||||
1. Run `./installPackagesFedora.sh`
|
||||
1. Run `./apply.sh`
|
||||
1. Export gtk-theme and icons with `oomox` and apply them with `lxappearance`
|
||||
1. Install [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh#basic-installation)
|
||||
1. Replace ugly ● with awesome ▴ in `~/.oh-my-zsh/themes/minimal.zsh-theme`
|
||||
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/)
|
||||
|
||||
# Firefox
|
||||
## 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
|
||||
## git
|
||||
|
||||
1. `git config --global core.pager 'less -S'`
|
||||
1. `git config --global pull.rebase true`
|
||||
|
||||
# etc
|
||||
## Telegram
|
||||
|
||||
1. Add `PATH="$HOME/apps/bin:$PATH"` to `~/.profile`
|
||||
1. Fix ugly Telegram FileChooser with adding `QT_QPA_PLATFORMTHEME=gtk3` to `/etc/environment`
|
||||
1. Or `XDG_CURRENT_DESKTOP=gnome`
|
||||
1. Replace ugly ● with awesome ▴ in `~/.oh-my-zsh/themes/minimal.zsh-theme`
|
||||
1. Create ~/.config/gtk-3.0/gtk.css: `* { outline-width: 0px; }`
|
||||
1. [Apply](https://wiki.archlinux.org/title/Cursor_themes) the [Quintom cursor theme](https://gitlab.com/Burning_Cube/quintom-cursor-theme/-/tree/master/)
|
||||
1. Tinted theme: `#707070`
|
||||
1. Fix ugly FileChooser with adding `QT_QPA_PLATFORMTHEME=gtk3` of `XDG_CURRENT_DESKTOP=gnome` to `/etc/environment`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue