.. | ||
.config/tabby | ||
.flatpak | ||
.ssh | ||
.var/app/com.github.wwmm.pulseeffects/config/PulseEffects/input | ||
applications.txt | ||
install_dotfiles_pulseeffects.sh | ||
install_flatpaks.sh | ||
install_lutris.sh | ||
install_pamidi.sh | ||
README.md | ||
setup_sshd.sh | ||
window_reposition.sh |
Cloning the repository
- Get the SSH key. Save the content of the
.ssh/id_rsa
file to~/.ssh/id_rsa
- Restrict the permissions for the file with
chmod 600 ~/.ssh/id_rsa
- Add the key to the agent:
eval $(ssh-agent -s) && \
ssh-add ~/.ssh/id_rsa
- Clone the repo with
git clone git@github.com:Jafner/dotfiles.git ~/Git/dotfiles
- Place the dotfiles where they need to be with
chmod +x install_dotfiles.sh && ./install_dotfiles.sh
Other Stuff
Autostart
- Set Spotify, PulseEffects, and Ferdi to start automatically.
chmod +x window_reposition.sh
- 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.