i use arch btw
0
fork

Configure Feed

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

Split dotfiles clone and install steps

+7 -3
+7 -3
README.md
··· 17 17 manual actions to perform: 18 18 - Disable HoverZoom+ on Twitch and Kick 19 19 20 - //TODO: automate everything below 20 + //TODO: properly automate everything below 21 + 22 + #### Clone dotfiles 23 + ```bash 24 + git clone git@github.com:brw/dotfiles.git 25 + ``` 21 26 22 27 #### Disable Intel pstate driver 23 28 Add `intel_pstate=disable` to the options in `/boot/entries/linux.conf` ··· 73 78 sudo locale-gen 74 79 ``` 75 80 76 - #### Copy dotfiles 81 + #### Install dotfiles 77 82 ``` 78 - git clone git@github.com:brw/dotfiles.git 79 83 stow -d ~/dotfiles direnv fish git nvim ripgrep rtx starship stow bin terminator wayland imwheel plex-rich-presence cpupower 80 84 ``` 81 85