Jafner.net/dotfiles_github
2021-11-11 18:39:01 -08:00
..
.config/Tabby Rework 2021-11-11 12:36:14 -08:00
.ssh Rework 2021-11-11 12:36:14 -08:00
.var/app/com.getferdi.Ferdi/config/Ferdi Rework 2021-11-11 12:36:14 -08:00
applications.txt Add keys and list of applications 2021-11-10 22:59:01 -08:00
README.md $(date) 2021-11-11 18:39:01 -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. Copy the file contents over with cp -rf ~/Git/dotfiles/* ~/