From 6a3363a1b6e2a9aec362a515568b44e16141c3dc Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Thu, 18 Nov 2021 11:19:35 -0800 Subject: [PATCH] Minor procedure updates --- dotfiles_github/README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/dotfiles_github/README.md b/dotfiles_github/README.md index 4891f9f8..b88102e5 100644 --- a/dotfiles_github/README.md +++ b/dotfiles_github/README.md @@ -7,7 +7,23 @@ eval $(ssh-agent -s) && \ ssh-add ~/.ssh/id_rsa ``` 4. Clone the repo with `git clone git@github.com:Jafner/dotfiles.git ~/Git/dotfiles` -5. Place the dotfiles where they need to be with `chmod +x install_dotfiles.sh && ./install_dotfiles.sh` +5. Update the system with `sudo pacman -Syu` + +# Installing Dotfiles +## Set Up SSHD +Run `chmod +x ./setup_sshd.sh && ./setup_sshd.sh` + +## Install Flatpaks +Run `chmod +x ./install_flatpaks.sh && ./install_flatpaks.sh` + +## Install `pamidi` +Run `chmod +x ./install_pamidi.sh && ./install_pamidi.sh` + +## Install Lutris +Just run `chmod +x ./iinstall_lutris.sh && ./install_lutris.sh` It's so many packages oh my god + +## Install other applications + # Other Stuff ## Autostart @@ -16,7 +32,6 @@ ssh-add ~/.ssh/id_rsa 3. `sudo cp .scripts/window_reposition.sh /usr/bin/window_reposition` 3. Run the window_reposition script at startup. - ## Tiling and corner-snapping Using GNOME, disable all extensions. Install [Tiling Assistant](https://extensions.gnome.org/extension/3733/tiling-assistant/) Set Windows and Screen Edges gaps to 12px. @@ -59,4 +74,4 @@ Save the patched version as `vbios_patched.rom`. Restrict its permissions with ` 6. Set up the VM. Follow page 5 of the [RisingPrism wiki](https://gitlab.com/risingprismtv/single-gpu-passthrough/-/wikis/) for details on configuring the VM. -7. Reboot to effect the changes we made to the bootloader. \ No newline at end of file +7. Reboot to effect the changes we made to the bootloader.