Looking for my neovim config specifically? Go here
- WM: Awesome
- Editor: Neovim
- Prompt: Rofi
- Shell: zsh
- Terminal: alacritty
This installs all packages that are not already installed necessary for this config to work:
pacman -S --needed - < scripts/packages.txtYou will also need to install ohmyzsh
Copy the config via stow:
git clone --recurse-submodules https://github.com/vividsystem/dotfiles
stow */-> in about:config
set gfx.font_rendering.fontconfig.max_generic_substitutions to 127
-> addons
- Base
- Privacy Badger
- uBlock Origin
- Additional
- Wappalizer
/etc/systemd/resolved.conf
I recommend using quad9
DNS=9.9.9.11#dns11.quad9.net 149.112.112.11#dns11.quad9.net 2620:fe::11#dns11.quad9.net 2620:fe::fe:11#dns11.quad9.net
FallbackDNS=9.9.9.9#dns.quad9.net 149.112.112.112#dns.quad9.net 2620:fe::fe#dns.quad9.net 2620:fe::9#dns.quad9.net
DNSSEC=true
DNSOverTLS=yes
- master -> somewhat stable
- dev -> my daily files
Provided under the MIT License