Jafner.net/dotfiles_github
2021-11-12 09:19:45 -08:00
..
.config/tabby Fix directory name 2021-11-11 22:02:17 -08:00
.flatpak Add script to install flatpaks 2021-11-11 20:03:34 -08:00
.ssh Remove unnecessary file 2021-11-11 22:04:24 -08:00
.var/app/com.github.wwmm.pulseeffects/config/PulseEffects/input Try again 2021-11-11 21:16:48 -08:00
applications.txt Add script to install flatpaks 2021-11-11 20:03:34 -08:00
install_dotfiles_pulseeffects.sh Add some stuff 2021-11-11 22:00:53 -08:00
install_flatpaks.sh Delete Ferdi configs 2021-11-11 20:58:10 -08:00
install_lutris.sh Add lutris install 2021-11-11 22:21:56 -08:00
install_pamidi.sh Add some stuff 2021-11-11 22:00:53 -08:00
README.md Merge branch 'main' of github.com:Jafner/dotfiles 2021-11-12 09:19:45 -08:00
setup_sshd.sh $(date) 2021-11-11 18:39:01 -08:00
window_reposition.sh Add partial window reposition 2021-11-12 09:19:11 -08:00

Cloning the repository

  1. Get the SSH key. Save the content of the .ssh/id_rsa file to ~/.ssh/id_rsa
  2. Restrict the permissions for the file with chmod 600 ~/.ssh/id_rsa
  3. Add the key to the agent:
eval $(ssh-agent -s) && \
ssh-add ~/.ssh/id_rsa
  1. Clone the repo with git clone git@github.com:Jafner/dotfiles.git ~/Git/dotfiles
  2. Place the dotfiles where they need to be with chmod +x install_dotfiles.sh && ./install_dotfiles.sh

Other Stuff

Autostart

  1. Set Spotify, PulseEffects, and Ferdi to start automatically.
  2. chmod +x window_reposition.sh
  3. Run the window_reposition script at startup.

Tiling and corner-snapping

Using GNOME, disable all extensions. Install Tiling Assistant Set Windows and Screen Edges gaps to 12px.

Virtualization

Install libvirt. nano /etc/default/grub and add amd_iommu=on iommu=pt to the GRUB_CMDLINE_LINUX_DEFAULT variable. sudo grub-mkconfig -o /boot/grub/grub.cfg to update the bootloader. Install QEMU, KVM, libvirt, virtmanager.