i use arch btw
0
fork

Configure Feed

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

Add initial setup instructions

+19 -3
+19 -3
README.md
··· 2 2 3 3 My dotfiles managed using [GNU Stow](https://www.gnu.org/software/stow). 4 4 5 - # TODO 6 - - Create init script 7 - - Write detailed README 5 + ## soo how do i 6 + 7 + #### Install yay 8 + ```bash 9 + git clone https://aur.archlinux.org/yay.git 10 + cd yay 11 + makepkg -si 12 + ``` 13 + 14 + #### Install packages 15 + ```bash 16 + yay -Syu --needed $(cat arch-*-packages) 17 + ``` 18 + 19 + #### Copy dotfiles 20 + ``` 21 + git clone git@github.com:brw/dotfiles.git 22 + stow -d ~/dotfiles direnv fish git nvim ripgrep rtx starship stow 23 + ```