Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guergeiro/dotfiles
There's no place like 🏠
https://github.com/guergeiro/dotfiles
Last synced: 9 days ago
JSON representation
There's no place like 🏠
- Host: GitHub
- URL: https://github.com/guergeiro/dotfiles
- Owner: Guergeiro
- License: gpl-3.0
- Created: 2019-10-03T17:30:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T17:35:03.000Z (3 months ago)
- Last Synced: 2024-08-06T20:59:45.857Z (3 months ago)
- Language: Lua
- Homepage:
- Size: 370 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
## Table of Contents
- [About and Disclaimer](#about-and-disclaimer)
- [Steps](#steps)
- [Author](#author)
- [License](#license)## 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](https://github.com/guergeiro/iac)._1. Install stow
```bash
sudo apt-get install stow
```2. Unstow for each directory
```bash
stow --target $HOME --stow {dirname} # this should be scripted
```3. Remove original `.bashrc`
```bash
/bin/rm $HOME/.bashrc
```4. Stow for each directory
```bash
stow --target $HOME --stow {dirname} # this should be scripted
```### Note
```bash
ssh-keygen -t rsa -b 4096 -C "[email protected]"
# 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](https://brenosalles.com).
## License
This repository is licensed under [GPL-3.0](./LICENSE).