Jafner.net/dotfiles_github
2021-11-11 21:16:15 -08:00
..
.config/Tabby Rework 2021-11-11 12:36:14 -08:00
.flatpak Add script to install flatpaks 2021-11-11 20:03:34 -08:00
.ssh Rework 2021-11-11 12:36:14 -08:00
applications.txt Add script to install flatpaks 2021-11-11 20:03:34 -08:00
install_dotfiles_pulseeffects.sh Add PulseEffects profile 2021-11-11 21:16:15 -08:00
install_flatpaks.sh Delete Ferdi configs 2021-11-11 20:58:10 -08:00
install_pamidi.sh Add pamidi install script 2021-11-11 21:01:29 -08:00
README.md Refactor installation strategy 2021-11-11 20:20:47 -08:00
setup_sshd.sh $(date) 2021-11-11 18:39:01 -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