Minor procedure updates

This commit is contained in:
Jafner 2021-11-18 11:19:35 -08:00 committed by GitHub
parent 1350881d13
commit 6a3363a1b6

View File

@ -7,7 +7,23 @@ eval $(ssh-agent -s) && \
ssh-add ~/.ssh/id_rsa ssh-add ~/.ssh/id_rsa
``` ```
4. Clone the repo with `git clone git@github.com:Jafner/dotfiles.git ~/Git/dotfiles` 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 # Other Stuff
## Autostart ## Autostart
@ -16,7 +32,6 @@ ssh-add ~/.ssh/id_rsa
3. `sudo cp .scripts/window_reposition.sh /usr/bin/window_reposition` 3. `sudo cp .scripts/window_reposition.sh /usr/bin/window_reposition`
3. Run the window_reposition script at startup. 3. Run the window_reposition script at startup.
## Tiling and corner-snapping ## Tiling and corner-snapping
Using GNOME, disable all extensions. Install [Tiling Assistant](https://extensions.gnome.org/extension/3733/tiling-assistant/) Using GNOME, disable all extensions. Install [Tiling Assistant](https://extensions.gnome.org/extension/3733/tiling-assistant/)
Set Windows and Screen Edges gaps to 12px. 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. 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. 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. 7. Reboot to effect the changes we made to the bootloader.