Jafner.net/dotfiles_github/README.md

19 lines
733 B
Markdown
Raw Normal View History

2021-11-11 18:10:48 -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:
```bash
eval $(ssh-agent -s) && \
ssh-add ~/.ssh/id_rsa
```
4. Clone the repo with `git clone git@github.com:Jafner/dotfiles.git ~/Git/dotfiles`
2021-11-11 20:20:47 -08:00
5. Place the dotfiles where they need to be with `chmod +x install_dotfiles.sh && ./install_dotfiles.sh`
2021-11-11 22:00:53 -08:00
# Other Stuff
## Tiling and corner-snapping
Using GNOME, disable all extensions. Install [Tiling Assistant](https://extensions.gnome.org/extension/3733/tiling-assistant/)
2021-11-12 01:50:56 -08:00
Set Windows and Screen Edges gaps to 12px.
## Virtualization
Install QEMU, KVM, libvirt, virtmanager.