setup/README.md

33 lines
829 B
Markdown

# setup
personal work setup files
## Using GitHub personal access token in git CLI
https://stackoverflow.com/questions/68775869/support-for-password-authentication-was-removed-please-use-a-personal-access-to
## Desktop environment
dwm, [custom build](https://github.com/ColumbusUtrigas/dwm)
picom, config in the repo
## VSCode setup
Material Icon Theme
## Vim
VimPlug, .vimrc in the repo
## Terminal
Alacritty, config in the repo
## Firefox setup
[Tree Style Tab](https://addons.mozilla.org/en-US/firefox/addon/tree-style-tab/)
[Remove tabs on top](https://medium.com/@Aenon/firefox-hide-native-tabs-and-titlebar-f0b00bdbb88b)
Start with MOZ_USE_XINPUT2=1 to have proper touchpad support.
Settings in about:config:
- apz.overscroll = true
- page delta factor = 0.3
- pixel delta factor = 10
- fling friction = 0.007