Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 1.27 KB

README.md

File metadata and controls

64 lines (45 loc) · 1.27 KB

dotfiles

Table of Contents

About and Disclaimer

This repository is merely for personal use. It's not private since someone might find it useful and, even for me, it saves the pain of login while in a strangers computer.

The purpose of this reposity is when I start a freshly Linux image, a bit more than just dotfiles. If you want to use it, do it at your own risk.

Steps

It is recommended that you use my iac repository.

  1. Install stow

    sudo apt-get install stow
  2. Unstow for each directory

    stow --target $HOME --stow {dirname} # this should be scripted
  3. Remove original .bashrc

    /bin/rm $HOME/.bashrc
  4. Stow for each directory

    stow --target $HOME --stow {dirname} # this should be scripted

Note

ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
# Save it to /home/{your-user-here}/.ssh/GitHub
# Have .ssh/config with the following
Host github.com
   IdentityFile ~/.ssh/GitHub

Author

Created by Breno Salles.

License

This repository is licensed under GPL-3.0.