My dotfiles managed using GNU Stow.
~/.local/share/fish/fish_history- uBlock Origin filters & settings
- Twitch FFZ, Previews, 7TV settings
- ViolentMonkey userscripts & options
- YouTube Enhancer & SponsorBlock config
- Tabs and windows using Session Buddy
- Remote Torrent Adder config
- AniList Automail userscript config
- VueTorrent settings
- Redirector entries
- Flatpak apps (
~/.var/app/orflatpak list --columns=application --app) - gpg keys (
~/.gnupg/)
// TODO: automate everything below
git clone git@github.com:brw/dotfiles.gitAdd intel_pstate=disable to the options in /boot/entries/linux.conf
Or intel_pstate=active, if using throttled:
sudo cp -i sysctl/etc/sysctld.d/* /etc/sysctl.d/
sudo cp -i zram/etc/systemd/zram-generator.conf /etc/systemd/
sudo cp -i etc/udev/rules.d/10-trim.rules /etc/udev/rules.d/
sudo cp -i throttled/etc/throttled.conf /etc/throttled.confsudo systemctl enable --now throttledgit clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
yay -Y --gendbgpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.orgyay -Syu --needed $(cat arch-{shell,desktop}-packages)rm -rf ~/.config/fish
stow -d dotfiles bin cpupower direnv fish git gtk neofetch nvim ripgrep mise starship stow wayland paru ghostty jj
sudo ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
sudo systemctl enable --now systemd-resolvedsudo systemctl enable --now pkgfiled pacman-filesdb-refresh.timersudo systemctl enable --now yaycache.timer paccache.timer plocate-updatedb.timersudo systemctl enable --now cupssudo systemctl enable systemd-boot-updatesudo sed -i '/^#en_NL.UTF-8 UTF-8/s/^#//' /etc/locale.gen
sudo locale-gensudo systemctl enable --now linux-modules-cleanupModify /usr/bin/gnome-session, changing (hardcoding) $SHELL to sh on line 10 (temporary fix, probably bad practice but /shrug, universal variables are sort of maybe being removed in the near future anyway, at which point I'll change this)
org.gnome.mutter experimental-features ['scale-monitor-framebuffer', 'xwayland-native-scaling']For some reason the button I have bound to F13 on my mouse opens the Gnome control center/settings by default, with no way to change it outside of dconf/gsettings. quite annoying
gsettings set org.gnome.settings-daemon.plugins.media-keys control-center-static "['']"systemctl --user enable --now gcr-ssh-agent
ssh-addsudo usermod -aG keylightd bas
sudo systemctl enable --now keylightd
curl -s https://api.github.com/repos/Arno500/plex-richpresence/releases/latest \
| jq -r '.assets[] | select(.name | contains("linux_amd64")).browser_download_url' \
| wget -q -P $HOME -i - \
&& chmod +x $HOME/plex-rich-presence_linux_amd64-*cp -i systemd/.config/systemd/user/plex-rich-presence.service ~/.config/systemd/user/
systemctl --user enable --now plex-rich-presence
#sudo cp -i etc/systemd/system/reload-cpu-modules.service /etc/systemd/system/
#sudo systemctl enable --now reload-cpu-modules
#cp -i systemd/.config/systemd/user/imwheel.service ~/.config/systemd/user/
#systemctl --user enable --now imwheel