i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update readme instructions

+15 -7
+15 -7
README.md
··· 8 8 9 9 - `~/.local/share/fish/fish_history` 10 10 - uBlock Origin filters & settings 11 - - Twitch FFZ & Previews settings 11 + - Twitch FFZ, Previews, 7TV settings 12 12 - ViolentMonkey userscripts & options 13 + - Hover Zoom+ settings 13 14 - YouTube Enhancer & SponsorBlock config 14 15 - Tabs and windows using Session Buddy 15 16 - Remote Torrent Adder config 16 17 - AniList Automail userscript config 18 + - VueTorrent settings 19 + - Redirector entries 17 20 - Flatpak apps (`~/.var/app/` or `flatpak list --columns=application --app`) 18 21 - gpg keys (`~/.gnupg/`) 19 22 ··· 28 31 coomer.su 29 32 pixeldrain.com 30 33 drive.google.com 31 - bas.eos.usbx.me 32 34 eos.usbx.me 33 35 scrutiny.bas.sh 34 36 youtube.com 35 37 store.steampowered.com 38 + pomf.tv 39 + bunkr 40 + arazu.io 36 41 ``` 37 42 38 - //TODO: properly automate everything below 43 + `// TODO: automate everything below` 39 44 40 45 #### Clone dotfiles 41 46 ```shell ··· 45 50 #### Disable Intel pstate driver 46 51 Add `intel_pstate=disable` to the options in `/boot/entries/linux.conf` 47 52 53 + Or `intel_pstate=active`, if using [throttled](https://github.com/erpalma/throttled): 54 + 48 55 #### Copy system files 49 56 ```shell 50 - sudo cp sysctl/etc/sysctld.d/* /etc/sysctl.d/ 51 - sudo cp zram/etc/systemd/zram-generator.conf /etc/systemd/ 57 + sudo cp -i sysctl/etc/sysctld.d/* /etc/sysctl.d/ 58 + sudo cp -i zram/etc/systemd/zram-generator.conf /etc/systemd/ 59 + sudo cp -i etc/udev/rules.d/10-trim.rules /etc/udev/rules.d/ 52 60 ``` 53 61 54 62 #### Install yay ··· 64 72 gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org 65 73 ``` 66 74 67 - #### Install packages 75 + #### Install packages 68 76 ```shell 69 - yay -Syu --needed $(cat arch-*-packages) 77 + yay -Syu --needed $(cat arch-{shell,desktop}-packages) 70 78 ``` 71 79 72 80 #### Install dotfiles